bioc_stats | R Documentation |
monthly download stats of Bioconductor package(s)
bioc_stats(packages, use_cache = TRUE, type = "Software")
packages |
packages |
use_cache |
logical, should cached data be used? Default: TRUE. If set to FALSE, it will re-query download stats and update cache. |
type |
one of "Software", "AnnotationData", "ExperimentData", and "Workflow" |
data.frame
Guangchuang Yu
## Not run:
library("dlstats")
pkgs <- c("ChIPseeker", "clusterProfiler", "DOSE", "ggtree", "GOSemSim", "ReactomePA")
y <- bioc_stats(pkgs, use_cache=TRUE)
head(y)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.