gastOUT {SMRUCC.genomics.Analysis.Metagenome.gast} | .NET clr documentation |
The gast script OTU count result table
# namespace SMRUCC.genomics.Analysis.Metagenome.gast
export class gastOUT {
# 当前的这个OTU的丰度数量
counts: integer;
# 序列片段的距离
distance: double;
max_pcts: string;
minrank: string;
na_pcts: string;
rank: string;
# 可以将这个属性看作为OTU的编号
read_id: string;
refhvr_ids: string;
refssu_count: string;
taxa_counts: string;
# lineage,物种分类信息
taxonomy: string;
vote: string;
}