Learn R Programming

metagenomeSeq (version 1.14.0)

load_phenoData: Load a clinical/phenotypic dataset associated with a study.

Description

Load a matrix of metadata associated with a study.

Usage

load_phenoData(file, tran = TRUE, sep = "\t")

Arguments

file
Path and filename of the actual clinical file.
tran
Boolean. If the covariates are along the columns and samples along the rows, then tran should equal TRUE.
sep
The separator for the file.

Value

The metadata as a dataframe.

See Also

load_meta

Examples

Run this code

# see vignette

Run the code above in your browser using DataLab