- Home
- Bioconductor 3.17
- Software Packages
- bamsignals
bamsignals
This package is for version 3.17 of Bioconductor; for the stable, up-to-date release version, see bamsignals.
Extract read count signals from bam files
Bioconductor version: 3.17
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.
Author: Alessandro Mammana [aut, cre], Johannes Helmuth [aut]
Maintainer: Johannes Helmuth <johannes.helmuth at laborberlin.com>
citation("bamsignals")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("bamsignals")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("bamsignals")
Details
Package Archives
Follow Installation instructions to use this package in your R session.