| 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
        
- this class extends from Probability class: Probability
 
- use by property member 
region: Residue 
- use by property member 
seeds: MSAOutput 
        
        [Package 
{$package} version {$version} 
Index]