View source: R/functions-xcmsSet.R
phenoDataFromPaths | R Documentation |
The phenoDataFromPaths
function builds a data.frame
representing the experimental design from the folder structure in which
the files of the experiment are located.
phenoDataFromPaths(paths)
paths |
|
This function is used by the old xcmsSet
function to guess
the experimental design (i.e. group assignment of the files) from the
folders in which the files of the experiment can be found.
## List the files available in the faahKO package
base_dir <- system.file("cdf", package = "faahKO")
cdf_files <- list.files(base_dir, recursive = TRUE, full.names = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.