subset.gct | R Documentation |
Subset a gct object using the provided row and column ids
subset.gct(g, rid = NULL, cid = NULL)
g |
a gct object |
rid |
a vector of character ids or integer indices for ROWS |
cid |
a vector of character ids or integer indices for COLUMNS |
Other GCT utilities:
annotate.gct()
,
melt.gct()
,
merge.gct()
,
rank.gct()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.