Cellosaurus identifier mapping toolkit.
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
install.packages(
pkgs = "Cellosaurus",
repos = c(
"https://r.acidgenomics.com",
BiocManager::repositories()
),
dependencies = TRUE
)
Configure Conda to use the Bioconda channels.
# Don't install recipe into base environment.
name='r-cellosaurus'
conda create --name="$name" "$name"
conda activate "$name"
R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.