sdf_write_table {sesame} | R Documentation |
write SigDF to table file
sdf_write_table(sdf, ...)
sdf |
the |
... |
additional argument to write.table |
write SigDF to table file
sesameDataCache("EPIC") # if not done yet sdf = sesameDataGet('EPIC.1.SigDF') sdf_write_table(sdf, file=sprintf("%s/sigdf.txt", tempdir()))