setFeatureSetCommands {iSEEu} | 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)