-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1021 Bytes
/
DESCRIPTION
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
Package: RACER
Title: Regional Association Comparer
Version: 1.0.0
Authors@R: person("Olivia", "Sabik", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2334-5936"))
Description: In order to investigate and compare regional association data, one may need to create a single plot of a regional association, a scatter plot of the -log10(p-values)s of two studies, or a mirror plot, a plot comparing two sets of -log10(p-value)s that are mirrored across a common x-axis. 'RACER' can be used to create these three types of plots. This package is described further in Sabik and Farber (2018) <doi:10.1101/495366>.
Depends: R (>= 3.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
URL: https://oliviasabik.github.io/RACERweb/index.html
BugReports: https://github.com/oliviasabik/RACER
Imports:
dplyr,
ggplot2,
ggpubr,
reshape2,
magrittr,
data.table,
curl,
tibble,
knitr,
rmarkdown,
utils,
rlang