setFeatureSetCommands | R Documentation |
Set the commands to define the global collection of feature sets.
This is deprecated in favor of registerFeatureSetCommands
.
setFeatureSetCommands(value)
value |
A list of two character vectors named |
setFeatureSetCommands
will set the current global feature set commands and return NULL
invisibly.
Aaron Lun
createGeneSetCommands
, for one method of generating value
.
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.