RNA {SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2} | .NET clr documentation |
只记录tRNA,rRNA和其他RNA的数据,对于mRNA则不做记录
# namespace SMRUCC.genomics.GCModeller.Assembly.GCMarkupLanguage.v2
export class RNA {
# the trranscription source template gene gene.locus_tag
gene: string;
id: string;
note: string;
# the rna type
type: RNATypes;
# usually be the:
#
# 1. amino acid code for tRNA
# 2. 16s,5s,23s for rRNA
val: string;
}
type
: RNATypes