The goal of r BiocStyle::Githubpkg("kevinrue/BiocChallenges")
is to host challenges contributed by and for the Bioconductor community.
library(BiocChallenges)
Each challenge is accompanied by an estimated difficulty. The difficulty level can be one of:
cat(sprintf("- `%s`", BiocChallenges::difficulty_levels), sep = "\n")
Each challenge is tagged by a list of topic labels to facilitate categorization and discoverability. Topic tags can be any combination of valid biocViews and the following additional ones:
data("biocViewsVocab", package = "biocViews", envir = environment()) cat(sprintf("- `%s`", setdiff(BiocChallenges::topic_tags, graph::nodes(biocViewsVocab))), sep = "\n")
New topics can be submitted as pull requests editing the topics.R script.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.