| SequenceSource {SMRUCC.genomics.Analysis.Metagenome.Kmers} | .NET clr documentation |
source information of the target genome source sequence
# namespace SMRUCC.genomics.Analysis.Metagenome.Kmers
export class SequenceSource {
accession_id: string;
# the sequence source id
id: integer;
# genomics sequence name
name: string;
ncbi_taxid: integer;
taxname: string;
# taxonomy lineage information in BIOM style string
taxonomy: string;
}