Learn R Programming

cuperdec (version 1.1.0)

cuperdec_metadata_ex: Example metadata file input for cuperdec

Description

Example metadata map file corresponding to samples in example data "cuperdec_taxatable_ex". Includes a grouping column corresponding to sample species.

Usage

data(cuperdec_metadata_ex)

Arguments

Format

An TSV table loaded as a tibble.

Examples

Run this code
# NOT RUN {
data(cuperdec_metadata_ex)
load_map(cuperdec_metadata_ex, sample_col = "#SampleID", source_col = "Env")
# }

Run the code above in your browser using DataLab