Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 439 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 439 Bytes

Pow

R Package for Alignment using POW algorithm (L. Fernández)

Installation

pow can be installed with the remotes package. Ensure you have it installed with:

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

You can then install the package with:

remotes::install_github("sipss/pow")