| GenomeVector {SMRUCC.genomics.Interops.NCBI.Extensions.Pipeline} | .NET clr documentation |
基因组代谢酶注释结果
# namespace SMRUCC.genomics.Interops.NCBI.Extensions.Pipeline
export class GenomeVector {
# the unique reference id of the genome, usually is the genbank assembly id, but it can be any string that can uniquely identify this genome in the dataset, and it should be consistent with the assembly id used in the annotation result, so that we can link the annotation result to the taxonomy information of this genome
assembly_id: string;
# annotated gene count
size: integer;
# the genome taxonomy information, it can be the taxonomic name of this genome, or the taxonomic id of this genome, but it should be consistent with the taxonomy information used in the annotation result, so that we can link the annotation result to the taxonomy information of this genome
taxonomy: string;
# annotated terms inside this genome, the key is the term name, and the value is the count of this term in this genome
terms: list;
}
terms: list