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

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
2
3
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

1
2

cellHTS documentation built on Oct. 5, 2016, 4:40 a.m.

Related to writeTab in cellHTS...