Learn R Programming

cellHTS2 (version 2.36.0)

writeTab: 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"(object, file=paste(name(object), "txt", sep="."))

Arguments

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

Value

The name of the file that was written.

Details

This function is a wrapper for function write.table to write the contents of assayData slot of a cellHTS object to a tab-delimited file. If the object is already annotated, the probe information (fData(object)@GeneID) is also added.

See Also

cellHTS

Examples

Run this code
    data(KcViabSmall)     
    writeTab(KcViabSmall, file=tempfile())

Run the code above in your browser using DataLab