set_expt_samplenames | R Documentation |
Sometimes one does not like the hpgl identifiers, so provide a way to change them on-the-fly.
set_expt_samplenames(expt, newnames)
expt |
Expt to modify |
newnames |
New names, currently only a character vector. |
expt Send back the expt with some new metadata
[set_expt_conditions()] [set_expt_batches()]
## Not run:
expt = set_expt_samplenames(expt, c("a","b","c","d","e","f"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.