NCw_Order: Taxa importance ordering by the weighted number of connected...

Description Usage Arguments Value Author(s) References Examples

View source: R/utility_functions.R

Description

Taxa importance ordering by the weighted number of connected taxa

Usage

1
NCw_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

NCW Taxa names in increasing order of the weighted 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
NCw <- NCw_Order(Counts)

katiasmirn/PERFect documentation built on Sept. 17, 2019, 11:54 a.m.