Skip to content

macs3-project/MACSr

Repository files navigation

R build status

MACSr

MACS3 R/BioC wrapper

Installation

devtools::install_github("macs3-project/MACSr")

From Bioconductor:

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

The package is built on basilisk. The dependent python library macs3 will be installed automatically inside its conda environment.

User Guide

vignette(package = "MACSr")