-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.33 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: topr
Title: Create custom plots for viewing genetic association results using ggplot
Version: 0.0.1
Authors@R: c(
person("Genuity", "Science", role = c("aut", "cre","cph"), email = "[email protected]"),
person("Thorhildur", "Juliusdottir", role = "aut", email = "[email protected]"),
person("Andri", "Stefansson", role = "aut", email = "[email protected]")
)
URL: https://github.com/wuxi-nextcode/topr
BugReports: https://github.com/wuxi-nextcode/topr/issues
Description: topr is a collection of plotting functions for visualizing and exploring genetic association results. Association results from multiple phenotypes can be viewed simultaneously, over the entire genome (Manhattan plot) or in the more detailed regional view.
License: LGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
ggplot2 (>= 3.3.2),
showtext (>= 0.9.2),
assertthat (>= 0.2.1),
purrr (>= 0.3.4),
dplyr (>= 1.0.2),
stringr (>= 1.4.0),
readr (>= 1.4.0),
data.table (>= 1.13.2),
scales (>= 1.1.1),
crayon (>= 1.3.4),
fs (>= 1.5.0),
ggrepel,
egg,
grid,
gridExtra,
magrittr (>= 1.5),
utils
Depends:
R (>= 2.10)