Bioc2026 Registration Open!

snapcount

R/Bioconductor Package for interfacing with Snaptron for rapid querying of expression counts

Bioconductor version: 3.23 · Package version: 1.24.0

snapcount is a client interface to the Snaptron webservices which support querying by gene name or genomic region. Results include raw expression counts derived from alignment of RNA-seq samples and/or various summarized measures of expression across one or more regions/genes per-sample (e.g. percent spliced in).

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("snapcount")

Details

MaintainerRone Charles <rcharle8@jh.edu>
AuthorRone Charles [aut, cre]
LicenseMIT + file LICENSE
URLhttps://github.com/langmead-lab/snapcount
Bug Reportshttps://github.com/langmead-lab/snapcount/issues
Downloads rank271
Source branchRELEASE_3_23
biocViewsCoverage, DataImport, GeneExpression, RNASeq, Sequencing, Software

Documentation

Download

Dependencies

Depends: R (>= 4.0.0)

Imports: R6, httr, rlang, purrr, jsonlite, assertthat, data.table, Matrix, magrittr, methods, stringr, stats, IRanges, GenomicRanges, SummarizedExperiment

Suggests: BiocManager, bit64, covr, knitcitations, knitr (>= 1.6), devtools, BiocStyle (>= 2.5.19), rmarkdown (>= 0.9.5), testthat (>= 2.1.0)