
Last chance! 50% off unlimited learning
Sale ends in
R package to quickly obtain count vectors from indexed bam files.
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")