gene {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation |
the gene model
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class gene {
# 对于rRNA和tRNA不存在
amino_acid: NumericVector;
left: integer;
# the gene id
locus_tag: string;
# mRNA, tRNA, rRNA, etc
nucleotide_base: NumericVector;
# the protein function description
product: string;
# the corresponding ORF protein id, this will link to the metabolisom model
protein_id: string;
right: integer;
strand: string;
type: RNATypes;
}
amino_acid
: NumericVectornucleotide_base
: NumericVectortype
: RNATypes