write.Data {RPPanalyzer} | 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)
x |
List with RPPA data set |
one or two csv files dependend from the length of the RPPA data list
Heiko Mannsperger <h.mannsperger@dkfz.de>
library(RPPanalyzer) data(dataII) write.Data(dataII)