processIds | R Documentation |
Return a subset of requested GCTX row/column ids out of the universe of all ids
processIds(ids, all_ids, type = "rid")
ids |
vector of requested ids. If |
all_ids |
vector of universe of ids |
type |
flag indicating the type of ids being processed |
This is a low-level helper function which most users will not need to access directly
a list with the following elements
ids
: a character vector of the processed ids
idx
: an integer list of their corresponding indices in all_ids
Other GCTX parsing functions:
fix.datatypes()
,
readGctxIds()
,
readGctxMeta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.