-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDESCRIPTION
24 lines (24 loc) · 901 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
Package: locuscomparer
Type: Package
Title: locuscomparer: Visualization of GWAS-QTL Colocalization Events
Version: 1.0.0
Author@R: c(
person('Boxiang','Liu', email = '[email protected]', role = c('aut','cre')),
person('Michael','Gloudemans', email = '[email protected]', role = c('ctb'),
person('Stephen', 'Montgomery', email = '[email protected]', role = c('ctb')))
Description: locuscomparer is the standalone version of the LocusCompare
webserver (www.locuscompare.ml:3838). locuscomparer performs visualization
of colocalization of summary statistics from pairs of association datasets
(e.g. GWAS and eQTL).
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: cowplot (>= 0.6.1),
ggplot2 (>= 2.2.1),
ggrepel (>= 0.6.5),
stringr (>= 1.2.0),
DBI (>= 1.0.0),
RMySQL (>= 0.10.17),
rlang (>= 0.3.1)
RoxygenNote: 6.1.1
Suggests: testthat