writeTab {cellHTS} | R Documentation |
Write the data from a cellHTS
object to a tab-delimited file.
writeTab(x, ...) ## S3 method for class 'cellHTS': writeTab(x, file=paste(x$name, "txt", sep="."), ...)
x |
a cellHTS object. |
file |
the name of the output file. |
... |
ignored. |
This function is a wrapper for function write.table
to write the data from a cellHTS
object to a tab-delimited file.
The name of the file that was written.
Wolfgang Huber huber@ebi.ac.uk, Ligia Braz ligia@ebi.ac.uk
data(KcViabSmall) writeTab(KcViabSmall, file=tempfile())