Description Usage Arguments Details Value Author(s) See Also
Create files to be used as mapping files. The function will guess as much information as possible based on the data files. The created files may be incomplete and require user modifications but they ensure that the required columns are present.
1 2 | setup_templates(path, templates = c("layout", "analyte", "phenotype"),
write = TRUE)
|
path |
A |
templates |
A |
write |
A |
If a mapping file specified by the templates list already exists, the function will not overwrite the existing file. The files should be removed before running the function in order to create new mapping files.
An invisible list
of data.frame
to be used internally by
read.experiment
if one or more mapping files are missing from the given
path.
Renan Sauteraud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.