Learn R Programming

RAM (version 1.2.1.3)

OTU.rarefy: Create Rarefied OTU Tables

Description

This function output rarefied OTU tables using rrarefy. This function may take long time for large dataset, e.g. over 100k otus x 45 samples.

Usage

OTU.rarefy(data, sample=NULL)

Arguments

data
a list of otu tables. See also RAM.input.formatting.
sample
an integer represent the sampling size.

Value

This function returns a list of rarefied otu tables.

See Also

RAM.input.formatting.

Examples

Run this code
## Not run: 
# data(ITS1, ITS2)
# otus.rf <- OTU.rarefy(data=list(ITS1=ITS1, ITS2=ITS2),
#                       sample=NULL)
# ## End(Not run)

Run the code above in your browser using DataLab