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

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
2
## S4 method for signature 'cellHTS'
writeTab(object, file=paste(name(object), "txt", sep="."))

Arguments

object

a cellHTS object.

file

the name of the output file.

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.

Value

The name of the file that was written.

Author(s)

Wolfgang Huber huber@ebi.ac.uk, Ligia P. Bras ligia@ebi.ac.uk

See Also

cellHTS

Examples

1
2

cellHTS2 documentation built on Nov. 8, 2020, 6 p.m.