Description Usage Arguments Value
Given an R version, return a Bioconductor version.
1 2 3 4 | map_r_to_bioc(...)
version_bioc(..., r_name = getOption("rprofile.r_name",
version_r_major_minor()))
|
... |
Custom mappings in name (R version) value (Bioc version) pairs.
Overrides default values returned by |
r_name |
An R version (e.g. "3.5") used to select the Bioconductor
version.
Defaults to "rprofile.r_name" option if set, else
|
Returns a Bioconductor version string, or NULL
if no version yet specified
by rprofile::map_r_to_bioc()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.