GitHub - macs3-project/MACSr: MACS3 R/BioC wrapper (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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 onbasilisk. The dependent python librarymacs3 will be installed automatically inside its conda environment.
User Guide
vignette(package = "MACSr")