ISequenceModel {SMRUCC.genomics.SequenceModel} .NET clr documentation

ISequenceModel

Description

The biological sequence molecular model.(蛋白质序列,核酸序列都可以使用本对象来表示)

Declare

            
# namespace SMRUCC.genomics.SequenceModel
export class ISequenceModel {
   # This sequence is a protein type sequence?(判断这条序列是否为蛋白质序列)
   IsProtSource: boolean;
   # The ISequenceModel.SequenceData string length.
   Length: integer;
   # Sequence data in a string type.(字符串类型的序列数据)
   SequenceData: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]