NP_Order: Taxa importance ordering by the number of occurrences of the...

Description Usage Arguments Value Author(s) References Examples

View source: R/utility_functions.R

Description

Taxa importance ordering by the number of occurrences of the taxa in the n samples

Usage

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

NP Taxa names in increasing order of the number of samples taxa are present in.

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
NP <- NP_Order(Counts)

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