write.gctx.meta {cmapR} | R Documentation |
data.frame
of meta data to GCTX fileWrite a data.frame
of meta data to GCTX file
write.gctx.meta(...) write_gctx_meta(ofile, df, dimension = "row")
... |
arguments passed on to |
ofile |
the desired file path for writing |
df |
the |
dimension |
the dimension to annotate (row or column) |
silently returns NULL
Other GCTX parsing functions:
GCT
,
append.dim()
,
fix.datatypes()
,
parse.gctx()
,
process_ids()
,
read.gctx.ids()
,
read.gctx.meta()
,
write.gctx()
,
write.gct()
## Not run: # assume ds is a GCT object write_gctx_meta("/my/file/path", cdesc_char, dimension="col") ## End(Not run)