Skip to content

bioc/bamsignals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("bamsignals")

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published