项目作者: WeirauchLab

项目描述 :
Allelic differential expression analysis for massively parallel reporter assay data
高级语言: R
项目地址: git://github.com/WeirauchLab/mpraprofiler.git
创建时间: 2020-01-12T22:08:52Z
项目社区:https://github.com/WeirauchLab/mpraprofiler

开源协议:Other

下载


mpraprofiler

The goal of mpraprofiler is to create a simple tool to perform allelic
differential expression analysis for massively parallel reporter assay
(MPRA) data.

Installation

You can install mpraprofiler from
GitHub with:

  1. install.packages("devtools") # if not already installed
  2. devtools::install_github("WeirauchLab/mpraprofiler")

To build the vignette(s), install some additional packages

  1. install.packages("tidyverse")
  2. install.packages("readxl")
  3. # You'll need Bioconductor to get DESeq2
  4. install.packages("BiocManager")
  5. BiocManager::install('DESeq2')

…and add build_vignettes = TRUE to the install command:

  1. devtools::install_github("WeirauchLab/mpraprofiler", build_vignettes = TRUE,
  2. force = TRUE)

Example Usage

Please refer to
vignettes/sample_analysis.md for
details.

How to cite

Xiaoming Lu, mpraprofiler, (2020), GitHub repository,
https://github.com/WeirauchLab/mpraprofiler

Contributors

Name Institution Remarks
Dr. Xiaoming Lu Cincinnati Children’s Hospital primary author
Kevin Ernst Cincinnati Children’s Hospital minor documentation and packaging fixes

License

Copyleft Cincinnati Children’s Hospital Medical Center and contributors.

Released under the terms of the GNU General Public License v3. See
LICENSE.md for details.