Description Usage Arguments Value Author(s) Examples
The 3 .tsv files are written with the indicated file
prefix, and
'_dataMatrix.tsv', '_sampleMetadata.tsv', and '_variableMetadata.tsv'
suffices, respectively. Note that the dataMatrix
is transposed before
export (e.g., the samples are written column wise in the 'dataMatrix.tsv'
exported file).
1 2 3 4 |
eset |
An S4 object of class |
... |
Currently not used. |
filePrefixC |
Character: common prefix (including repository full path) of the three file names: for example, the 'c:/mydata/setname' value will result in writting the 'c:/mydata/setname_dataMatrix.tsv', 'c:/mydata/setname_sampleMetadata.tsv', and 'c:/mydata/setname_variableMetadata.tsv' files. |
verboseL |
Logical: should comments be printed? |
No object returned.
Etienne Thevenot, etienne.thevenot@cea.fr
1 2 | sacSet <- fromW4M(file.path(path.package("ropls"), "extdata"))
toW4M(sacSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.