core.OTU: Summary Of Core OTUs

Description Usage Arguments Value Note Author(s) See Also Examples

Description

This function returns a list showing otus that present in a pre-defined percent of samples in each level of a given metadata category.

Usage

1
core.OTU(data, meta, meta.factor="", percent=1)

Arguments

data

a list of OTU tables to be analyzed. See RAM.input.formatting.

meta

the metadata table to be analyzed.

meta.factor

the metadata qualitative variable

percent

the percent of samples in each level of the given metadata variable

Value

core.OTU returns a list containing otus that present in a pre-defined percent of samples in each level of a given metadata category. The outputs describe the following information for each level of a given metadata variable: 1) core otuID; 2) taxa the core otus assigned to; and 3) percent of core otus sequences vs. total sequences in each levels of the given metadata variable. The last item in the list show the same information of otus that in all levels.

Note

The OTUs are determined to be absent/present using the "pa" method from the function decostand.

Author(s)

Wen Chen

See Also

decostand

Examples

1
2
3
4
5
6
7
data(ITS1, meta)
## Not run: 
data <- list(ITS1=ITS1)
core <- core.OTU(data=data, meta=meta,
                 meta.factor="City", percent=0.90)

## End(Not run)

Example output

Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.4-4
Loading required package: ggplot2
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied

RAM documentation built on May 2, 2019, 3:04 p.m.