write.Data | R Documentation |
Writes the 3 or 4 elements of an RPPA data list into one or two csv files which can easily imported into spreadsheet software
write.Data(x,FileNameExtension="Data")
x |
List with RPPA data set |
FileNameExtension |
character string which will be added to the name of the exported file |
one or two csv files dependend from the length of the RPPA data list
Heiko Mannsperger <h.mannsperger@dkfz.de>
## Not run:
library(RPPanalyzer)
data(dataII)
write.Data(dataII)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.