sdf_read_table: read a table file to SigDF

View source: R/SigDFMethods.R

sdf_read_tableR Documentation

read a table file to SigDF

Description

read a table file to SigDF

Usage

sdf_read_table(fname, platform = NULL, verbose = FALSE, ...)

Arguments

fname

file name

platform

array platform (will infer if not given)

verbose

print more information

...

additional argument to read.table

Value

read table file to SigDF

Examples

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

zwdzwd/sesame documentation built on April 28, 2024, 12:48 p.m.