macs3-project / MACSr

MACS3 R/BioC wrapper

Home Page:https://macs3-project.github.io/MACSr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MACS3 R/BioC wrapper

https://macs3-project.github.io/MACSr/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:R 98.7%Language:Python 1.2%Language:Shell 0.1%