sdf_read_table {sesame}R Documentation

read a table file to SigDF

Description

read a table file to SigDF

Usage

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

Arguments

fname

file name

platform

array platform (will infer if not given)

...

additional argument to read.table

Value

read table file to SigDF

Examples

sesameDataCache("EPIC") # 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)

[Package sesame version 1.12.9 Index]