Description Usage Arguments Details Value Author(s) See Also Examples
Get or set the commands to define the global collection of feature sets.
1 2 3 |
value |
A list of two character vectors named |
These utilities allow users to easily set the feature set commands for all FeatureSetTables at once.
Any global settings only take effect (i) during setup of the iSEE
application
and (ii) if the first FeatureSetTable does not have an existing values in the
"CreateCollections"
or "RetrieveSet"
slots.
getFeatureSetCommands
returns the current global feature set commands.
setFeatureSetCommands
will set the current global feature set commands and return NULL
invisibly.
Aaron Lun
createGeneSetCommands
, for one method of generating value
.
1 2 3 4 5 6 7 8 9 | old <- getFeatureSetCommands()
new.cmds <- createGeneSetCommands(organism="org.Mm.eg.db",
identifier="SYMBOL")
setFeatureSetCommands(new.cmds)
getFeatureSetCommands()
setFeatureSetCommands(old)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.