-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 883 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: mpraprofiler
Type: Package
Title: Statistical Analysis and Visualization for MPRA Data
Version: 0.1.0
Authors@R: c(
person("Lu", "Xiaoming", email="xiaoming-lu@hotmail.com", role = c("aut", "cre")),
person("Chen", "Xiaoting", email="xiaoting.chen@cchmc.org", role = c("aut")),
person("Ernst", "Kevin", email="kevin.ernst@cchmc.org", role = c("ctb")))
Description: Methods for analyzing and visualizing data from massively parallel
reporter assays (MPRAs), especially for allelic differential expression.
URL: https://github.com/WeirauchLab/mpraprofiler
BugReports: https://github.com/WeirauchLab/mpraprofiler/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
ggplot2,
methods,
stats,
tibble,
dplyr,
tidyr,
base
Suggests:
tidyverse,
readxl,
DESeq2,
knitr
VignetteBuilder:
knitr