-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
33 lines (33 loc) · 952 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
27
28
29
30
31
32
33
Package: miamiplot
Type: Package
Title: Create a ggplot2 miami plot
Version: 1.1.0
Authors@R: person(given = "Julie", family = "White",
email = "[email protected]", role = c("aut", "cre"))
Description: This package can be used to create a Miami plot, with the
chromosome labels bisecting the middle of the plot. The output is a ggplot2
object. Users can specify which data they want plotted on top vs. bottom
, whether to display significance line(s), what colors to give chromosomes,
and what points to label.
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
rlang,
dplyr,
ggplot2 (>= 3.3.0),
checkmate,
ggrepel,
magrittr,
gridExtra
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
RColorBrewer
VignetteBuilder: knitr
Depends: R (>= 3.2)
NeedsCompilation: no
Packaged: 2020-06-01 20:51:03 UTC; whitejud
Author: Julie White [aut, cre]
Maintainer: Julie White <[email protected]>