powered by
monthly download stats of Bioconductor package(s)
bioc_stats(packages, use_cache = TRUE, type = "Software")
data.frame
packages
logical, should cached data be used? Default: TRUE. If set to FALSE, it will re-query download stats and update cache.
one of "Software", "AnnotationData", "ExperimentData", and "Workflow"
Guangchuang Yu
if (FALSE) { library("dlstats") pkgs <- c("ChIPseeker", "clusterProfiler", "DOSE", "ggtree", "GOSemSim", "ReactomePA") y <- bioc_stats(pkgs, use_cache=TRUE) head(y) }
Run the code above in your browser using DataLab