-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.83 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: easylabel
Type: Package
Title: Interactive Scatter Plot and Volcano Plot Labels
Version: 0.3.3
Authors@R:
c(person(given = "Myles",family = "Lewis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9365-5345")),
person(given = "Katriona",family = "Goldmann",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9073-6323")),
person(given = "Cankut",family = "Cubuk",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4646-0849")))
Maintainer: Myles Lewis <[email protected]>
BugReports: https://github.com/myles-lewis/easylabel/issues
URL: https://github.com/myles-lewis/easylabel
Description: Interactive labelling of scatter plots, volcano plots and
Manhattan plots using a 'shiny' and 'plotly' interface. Users can hover
over points to see where specific points are located and click points
on/off to easily label them. Labels can be dragged around the plot to place
them optimally. Plots can be exported directly to PDF for publication. For
plots with large numbers of points, points can optionally be rasterized as a
bitmap, while all other elements (axes, text, labels & lines) are preserved
as vector objects. This can dramatically reduce file size for plots with
millions of points such as Manhattan plots, and is ideal for publication.
Language: en-gb
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Imports:
DT,
ggplot2,
gtools,
memoise,
plotly (>= 4.10.0),
RColorBrewer,
rlang,
shiny,
shinycssloaders,
shinybusy
Suggests:
AnnotationDbi,
knitr,
magick,
org.Hs.eg.db,
qvalue,
rmarkdown
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Depends:
R (>= 2.10)