sdf_write_table {sesame}R Documentation

write SigDF to table file

Description

write SigDF to table file

Usage

sdf_write_table(sdf, ...)

Arguments

sdf

the SigDF to output

...

additional argument to write.table

Value

write SigDF to table file

Examples

sesameDataCache("EPIC") # if not done yet
sdf = sesameDataGet('EPIC.1.SigDF')
sdf_write_table(sdf, file=sprintf("%s/sigdf.txt", tempdir()))

[Package sesame version 1.12.6 Index]