SequenceMotif {SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.Motif} .NET clr documentation

SequenceMotif

Description

Declare

            
# namespace SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.Motif
export class SequenceMotif extends Probability {
   # the alignment score vector of current motif PWM with the source seeds
   alignments: double;
   # score / motif with
   AverageScore: double;
   pvalue: double;
   region: Residue[];
   RSD: double;
   score: double;
   seeds: MSAOutput;
   # get number of the conserved sites
   SignificantSites: integer;
   # the length of the MSA alignment
   width: integer;
}

        

.NET clr type reference tree

  1. this class extends from Probability class: Probability
  2. use by property member region: Residue
  3. use by property member seeds: MSAOutput

[Package {$package} version {$version} Index]