nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.MotifScanner / MotifMatch

MotifMatch

Full name SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.MotifMatch Assembly SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.MotifScanner Members 12

motif model sequence site matches result

00 Remarks

A single TFBS match found by scanning a sequence with a motif PWM.

01 Syntax

SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.MotifMatch

02 Methods

NameOverloadsSummary
ToString 1

03 Properties

NameOverloadsSummary
segment 1 the motif matched site sequence The matched sequence fragment, read 5'->3' on the strand it was found (i.e.
strand 1 Strand: '+' for forward, '-' for reverse complement.
pvalue 1 P-value under the null (background) model: P(random background window scores >= observed score).
title 1
identities 1
score1 1
score2 1
motif 1
start 1
ends 1
seeds 1

04 Members

property segment #
segment
the motif matched site sequence

The matched sequence fragment, read 5'->3' on the strand it was found (i.e. reverse-complemented for '-' strand matches).

property strand #
strand

Strand: '+' for forward, '-' for reverse complement.

property pvalue #
pvalue

P-value under the null (background) model: P(random background window scores >= observed score).

property title #
title
property identities #
identities
property score1 #
score1
property score2 #
score2
property motif #
motif
property start #
start
property ends #
ends
property seeds #
seeds
method ToString #
ToString()