Description Usage Arguments Value Author(s) Examples
Creating a ExpressionSet object from the 3 'dataMatrix.tsv', 'sampleMetadata.tsv' and 'variableMetadata.tsv' tabulated files
1 2 3 4 5 6 |
dirC |
Character: directory containing the 3 .tsv files |
namePatternC |
Character: optional file name pattern common to all three file names (e.g., when you want to distinguish between two sets of files within the same directory) |
fileTableNamesVc |
Vector of characters: if your file names do not contain the standard 'dataMatrix', 'sampleMetadata', and 'variableMetadata' patterns (e.g. if you use 'profile', 'observation', and 'feature' instead), please indicate them here |
verboseL |
Logical: should comments be printed? |
ExpressionSet instance
Etienne Thevenot, etienne.thevenot@cea.fr
1 | sacSet <- fromW4M(file.path(path.package("ropls"), "extdata"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.