File {SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF} | .NET clr documentation |
NCBI GenBank database file.(NCBI GenBank数据库文件)
# namespace SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF
export class File {
# LocusID, GI or AccessionID
Accession: ACCESSION;
Comment: COMMENT;
DbLinks: DBLINK;
# The definition value for this organism's GenBank data.
Definition: DEFINITION;
Features: FEATURES;
# 这个Genbank对象是否具有序列数据
HasSequenceData: boolean;
# Is plasmid source?
# (这个Genbank对象是否为一个质粒的基因组数据)
isPlasmid: boolean;
# This GenBank data is the WGS(Whole genome shotgun) type data.
IsWGS: boolean;
Keywords: KEYWORDS;
# The brief entry information of this genbank data.
Locus: LOCUS;
# This GenBank keyword section stores the sequence data for this database.
Origin: ORIGIN;
Reference: REFERENCE;
# 物种信息
Source: SOURCE;
# Gets the original source brief entry information of this genome.(获取这个基因组的摘要信息)
SourceFeature: Feature;
# 物种数据
Taxon: string;
Version: VERSION;
}
Accession
: ACCESSIONComment
: COMMENTDbLinks
: DBLINKDefinition
: DEFINITIONFeatures
: FEATURESKeywords
: KEYWORDSLocus
: LOCUSOrigin
: ORIGINReference
: REFERENCESource
: SOURCESourceFeature
: FeatureVersion
: VERSION