Description Usage Arguments Value See Also Examples
Write a data.frame of meta data to GCTX file
1 2 3 | 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()
1 2 3 4 5 | ## Not run:
# assume ds is a GCT object
write_gctx_meta("/my/file/path", cdesc_char, dimension="col")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.