| IGeneBrief {SMRUCC.genomics.ComponentModel.Annotation} | .NET clr documentation |
The basically information of a gene object.(这个接口对象表示了一个在计算机程序之中的最基本的基因信息的载体对象)
# 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;
}