readGctxMeta | R Documentation |
Parse row or column metadata from GCTX files
readGctxMeta(
gctx_path,
dimension = "row",
ids = NULL,
set_annot_rownames = TRUE
)
gctx_path |
the path to the GCTX file |
dimension |
which metadata to read (row or column) |
ids |
a character vector of a subset of row/column ids for which to read the metadata |
set_annot_rownames |
a boolean indicating whether to set the
|
a data.frame
of metadata
Other GCTX parsing functions:
fix.datatypes()
,
processIds()
,
readGctxIds()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.