NC_Order: Taxa importance ordering by the number of connected taxa

Description Usage Arguments Value Author(s) References Examples

View source: R/utility_functions.R

Description

Taxa importance ordering by the number of connected taxa

Usage

1
NC_Order(Counts)

Arguments

Counts

OTU COUNTS table, where taxa are columns and samples are rows of the table. It should be a in data frame format with columns corresponding to taxa names.

Value

NC Taxa names in increasing order of the number of connected taxa.

Author(s)

Ekaterina Smirnova

References

Smirnova, E., Huzurbazar, H., Jafari, F. “PERFect: permutation filtration of microbiome data", to be submitted.

Examples

1
2
3
4
5
6
7
8
9
data(mock2)
# Proportion data matrix
Prop <- mock2$Prop

# Counts data matrix
Counts <- mock2$Counts

#arrange counts in order of increasing number of samples taxa are present in
NC <- NC_Order(Counts)

PERFect documentation built on Nov. 8, 2020, 7:43 p.m.