Bioc2026 Registration Open!

bamsignals

Extract read count signals from bam files

Bioconductor version: 3.23 · Package version: 1.44.1

This package allows to efficiently obtain count vectors from indexed bam files. It counts the number of reads in given genomic ranges and it computes reads profiles and coverage profiles. It also handles paired-end data.

Installation

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

BiocManager::install("bamsignals")

Details

MaintainerJohannes Helmuth <johannes.helmuth@laborberlin.com>
AuthorAlessandro Mammana [aut, cre], Johannes Helmuth [aut]
LicenseGPL-2
URLhttps://github.com/lamortenera/bamsignals
Bug Reportshttps://github.com/lamortenera/bamsignals/issues
System RequirementsGNU make
Downloads rank1575
Source branchRELEASE_3_23
biocViewsAlignment, Coverage, DataImport, Sequencing, Software

Documentation

Download

Dependencies

Depends: R (>= 3.5.0)

Imports: methods, BiocGenerics, Rcpp (>= 0.10.6), IRanges, GenomicRanges

LinkingTo: Rcpp, Rhtslib (>= 1.13.1)

Suggests: testthat (>= 0.9), Rsamtools, BiocStyle, knitr, rmarkdown

Reverse dependencies

Imports Me (5): crupR, fourSynergy, karyoploteR, normr, segmenter