IGeneBrief {SMRUCC.genomics.ComponentModel.Annotation} .NET clr documentation

IGeneBrief

Description

The basically information of a gene object.(这个接口对象表示了一个在计算机程序之中的最基本的基因信息的载体对象)

Declare

            
# namespace SMRUCC.genomics.ComponentModel.Annotation
export class IGeneBrief {
   # The nucleotide sequence length.(基因的长度)
   Length: integer;
   # The protein function annotation data of the gene coding product.(所编码的蛋白质产物的功能注释)
   Product: string;
}

        

.NET clr type reference tree

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