Learn R Programming

miLineage (version 2.1)

data.real: Real data that include an OTU table, a taxonomy table, and a covariate table

Description

The data are derived from a real gut microbiome study. The data contain an OTU table, a taxonomy table, and a covariate table. The data include 96 samples and 80 OTUs.

Usage

data("data.real")

Arguments

Format

data.real contains the following objects:

  • OTU.real: a matrix of OTU counts for 96 samples and 80 OTUs

  • Tax.real: a matrix of taxonomy table from Rank1 (kingdom level) to Rank6 (genus level)

  • covariate.real: a matrix of three variables

Examples

Run this code
# NOT RUN {
data(data.real)
# }

Run the code above in your browser using DataLab