| Probability {SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns} | .NET clr documentation |
The PWM model
# namespace SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns
export class Probability {
background: list;
# the unique id/name reference of the motif PWM model
name: string;
pvalue: double;
# the PWM matrix data
region: Residue[];
score: double;
# motif residue number
width: integer;
}
background: listregion: Residue