Name Mode Size
R 040000
data 040000
inst 040000
man 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
## MPRAnalyze ## MPRAnalyze is an analysis framework designed for data generated by Massively Parallel Reporter Assays (MPRAs). MPRAnlayze can be used for quantification of enhancer-induced transcription rates, calssification of active\inactive enhancers, and comparative analyses of enhancer activity between conditions. ### INSTALLATION MPRAnalyze is released via bioconductor, and could be installed using the BiocManager package: ```r BiocManager::install("MPRAnalyze") ``` The newest version of MPRAnalyze can be installed directly from github: ```r library(devtools) install_github("YosefLab/MPRAnalyze") ```