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
| Maintainer | Johannes Helmuth <johannes.helmuth@laborberlin.com> |
| Author | Alessandro Mammana [aut, cre], Johannes Helmuth [aut] |
| License | GPL-2 |
| URL | https://github.com/lamortenera/bamsignals |
| Bug Reports | https://github.com/lamortenera/bamsignals/issues |
| System Requirements | GNU make |
| Downloads rank | 1575 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, 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