Learn R Programming

bamsignals

R package to quickly obtain count vectors from indexed bam files.

Installation

Install the devtools package to be able to directly install R packages hosted on github :

install.packages("devtools")

To install bamsignals type:

devtools::install_github("lamortenera/bamsignals")

Alternatively, you can install it from Bioconductor (the two repos are synchronized):

source("http://bioconductor.org/biocLite.R")
biocLite("bamsignals")

Copy Link

Version

Version

1.4.3

License

GPL-2

Maintainer

Alessandro Mammana

Last Published

February 15th, 2017

Functions in bamsignals (1.4.3)

bamsignals-methods

Functions for extracting count signals from a bam file.
bamsignals

Efficient counting of reads in a bam file
as.list.CountSignals

Converts the container to a list l such that l[[i]] is the i-th signal.
CountSignals-class

Container for count signals