| SequenceMotif {SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns} | .NET clr documentation |
motif model
# namespace SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns
export class SequenceMotif extends Probability {
# the alignment score vector of current motif PWM with the source seeds
alignments: double;
# score / motif with
AverageScore: double;
name: string;
pvalue: double;
region: Residue[];
RSD: double;
score: double;
seeds: MSAOutput;
# get number of the conserved sites
SignificantSites: integer;
tag: string;
width: integer;
}
region: Residueseeds: MSAOutput