bioc_stats: bioc_stats

View source: R/bioc_stats.R

bioc_statsR Documentation

bioc_stats

Description

monthly download stats of Bioconductor package(s)

Usage

bioc_stats(packages, use_cache = TRUE, type = "Software", progress = TRUE)

Arguments

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"

progress

logical, should a progress bar be shown? Default: TRUE. When TRUE, prints a the current package name and a text progress bar.

Value

data.frame

Author(s)

Guangchuang Yu

Examples

## Not run: 
library("dlstats")
pkgs <- c("ChIPseeker", "clusterProfiler", "DOSE", "ggtree", "GOSemSim", "ReactomePA")
y <- bioc_stats(pkgs, use_cache=TRUE, progress=TRUE)
head(y)

## End(Not run)

GuangchuangYu/dlstats documentation built on June 8, 2025, 10:11 p.m.