nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Analysis.Metagenome / OTUTable

OTUTable

Full name SMRUCC.genomics.Analysis.Metagenome.OTUTable Assembly SMRUCC.genomics.Analysis.Metagenome Members 5

OTU table (sequence count table)

A OTU table contains the number of sequences that are observed for each taxonomic unit (OTUs) in each samples. Columns usually represent samples and rows represent genera or species specific taxonomic units (OTUs). OTU tables are often saved as BIOM formatted files.

Limited taxonomic resolution

OTU resolution depends On the 16S approach which has some limits In distinguishing at the species level, For example,

Escherichia coli And Shigella spp. share almost identical 16S rRNA gene sequences.

Alternative approaches are developed To achieve higher resolution up To strain level by considering larger Or complete sets Of genes.

00 Remarks

这个对象记录了当前的宏基因组实验之中的每一个OTU在样品之中的含量的多少

这个对象的数据结构与OTUData类似, 二者可以做等价替换

01 Syntax

SMRUCC.genomics.Analysis.Metagenome.OTUTable

02 Methods

NameOverloadsSummary
.ctor 1 make otu data copy
SumDuplicatedOTU 1 make group by OTUTable.taxonomy and then sum sample data in each group
LoadSample 1 这个函数会自动兼容csv或者tsv格式的

03 Properties

NameOverloadsSummary
taxonomy 1 OTU编号所对应的物种分类信息
Properties 1 sample data

04 Members

method .ctor #
#ctor(OTUTable)

make otu data copy

Parameters
NameTypeDescription
otudataOTUTable

-

method SumDuplicatedOTU #
SumDuplicatedOTU(IEnumerable(Of OTUTable))

make group by OTUTable.taxonomy and then sum sample data in each group

Parameters
NameTypeDescription
otusIEnumerable(Of OTUTable)

-

method LoadSample #
LoadSample(String, String)

这个函数会自动兼容csv或者tsv格式的

Parameters
NameTypeDescription
table$String

-

property taxonomy #
taxonomy

OTU编号所对应的物种分类信息

property Properties #
Properties

sample data