set_expt_genenames | R Documentation |
I want to change all the gene names of a big expressionset to the ortholog groups. But I want to also continue using my expts. Ergo this little function.
set_expt_genenames(expt, ids = NULL, ...)
expt |
Expt to modify |
ids |
Specific sample IDs to change. |
... |
Extra arguments are given to arglist. |
expt Send back the expt with some new metadata
[set_expt_conditions()] [create_expt()]
## Not run:
expt = set_expt_conditions(big_expt, factor = c(some,stuff,here))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.