Welcome

The goal of r BiocStyle::Githubpkg("kevinrue/BiocChallenges") is to host challenges contributed by and for the Bioconductor community.

library(BiocChallenges)

Challenge difficulty

Each challenge is accompanied by an estimated difficulty. The difficulty level can be one of:

cat(sprintf("- `%s`", BiocChallenges::difficulty_levels), sep = "\n")

Topics

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.



kevinrue/BiocChallenges documentation built on Nov. 2, 2021, 7:49 a.m.