write.Data: writes an RPPA data list into csv file

write.DataR Documentation

writes an RPPA data list into csv file

Description

Writes the 3 or 4 elements of an RPPA data list into one or two csv files which can easily imported into spreadsheet software

Usage

write.Data(x,FileNameExtension="Data")

Arguments

x

List with RPPA data set

FileNameExtension

character string which will be added to the name of the exported file

Value

one or two csv files dependend from the length of the RPPA data list

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

## Not run: 
	library(RPPanalyzer)
	data(dataII)
	
	write.Data(dataII)
    
## End(Not run)

RPPanalyzer documentation built on Aug. 28, 2023, 5:07 p.m.