Description Usage Arguments Value Examples
View source: R/utils_enrichment.R
Create a mapping between experiment identifiers and names
1 |
... |
Name-value pairs of strings. Argument names correspond to experiment IDs and values to experiment names to be used e.g. in plot legends. |
A function that takes a character vector of experiment IDs and returns a character vector
of experiment names. This function can be used e.g. as labeller in facet_wrap
andfacet_grid
1 2 | labelfun <- make_label_fun(id1='DnaK', id2='DnaK -tig')
labelfun('id1')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.