Learn R Programming

RAM (version 1.2.0)

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
data(ITS1, ITS2)
otus.rf <- OTU.rarefy(data=list(ITS1=ITS1, ITS2=ITS2), 
                      sample=NULL)

Run the code above in your browser using DataLab