powered by
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")
List with RPPA data set
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
library(RPPanalyzer) data(dataII) write.Data(dataII)
Run the code above in your browser using DataLab