writeTab {cellHTS}R Documentation

Write the data from a cellHTS object to a tab-delimited file

Description

Write the data from a cellHTS object to a tab-delimited file.

Usage

writeTab(x, ...)
## S3 method for class 'cellHTS':
writeTab(x, file=paste(x$name, "txt", sep="."), ...)

Arguments

x a cellHTS object.
file the name of the output file.
... ignored.

Details

This function is a wrapper for function write.table to write the data from a cellHTS object to a tab-delimited file.

Value

The name of the file that was written.

Author(s)

Wolfgang Huber huber@ebi.ac.uk, Ligia Braz ligia@ebi.ac.uk

Examples

    data(KcViabSmall)     
    writeTab(KcViabSmall, file=tempfile())

[Package cellHTS version 1.12.0 Index]