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 = "myles.lewis@qmul.ac.uk",
    comment = c(ORCID = "0000-0001-9365-5345")),
    person(given = "Katriona",family = "Goldmann",
    role = c("aut"),
    email = "k.goldmann@qmul.ac.uk",
    comment = c(ORCID = "0000-0002-9073-6323")),
    person(given = "Cankut",family = "Cubuk",
    role = c("ctb"),
    email = "c.cubuk@qmul.ac.uk",
    comment = c(ORCID = "0000-0003-4646-0849")))
Maintainer: Myles Lewis <myles.lewis@qmul.ac.uk>
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
VignetteBuilder: knitr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2025-02-06 20:03:40 UTC; myles
Author: Myles Lewis [aut, cre] (<https://orcid.org/0000-0001-9365-5345>),
  Katriona Goldmann [aut] (<https://orcid.org/0000-0002-9073-6323>),
  Cankut Cubuk [ctb] (<https://orcid.org/0000-0003-4646-0849>)
Repository: CRAN
Date/Publication: 2025-02-06 20:30:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:52:59 UTC; unix
