Learn R Programming

miLineage (version 2.1)

data.toy: Simulated data that include an OTU table, a taxonomy table, and a covariate table

Description

This data is simulated based on a mock taxonomic tree. The data contain an OTU table, a taxonomy table, and a covariate. The data include 50 samples (25 case-control pairs) and 7 OTUs.

Usage

data("data.toy")

Arguments

Format

data.toy contains the following objects:

  • OTU.toy: a matrix of OTU counts for 50 samples and 7 OTUs

  • Tax.toy: a matrix of taxonomy table with 3 ranks

  • covariate.toy: a matrix of one variable

Examples

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

Run the code above in your browser using DataLab