forked from cran/manhattanly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 2.29 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: manhattanly
Type: Package
Title: Interactive Q-Q and Manhattan Plots Using 'plotly.js'
Version: 0.3.0
Date: 2021-04-06
LazyData: true
Authors@R: c(person("Sahir", "Bhatnagar", email = "[email protected]",
role = c("aut", "cre"), comment = "http://sahirbhatnagar.com/"))
Description: Create interactive manhattan, Q-Q and volcano plots that are usable from the R console,
in 'Dash' apps, in the 'RStudio' viewer pane, in 'R Markdown' documents, and in 'Shiny' apps.
Hover the mouse pointer over a point to show details or drag a rectangle to
zoom. A manhattan plot is a popular graphical method for visualizing results
from high-dimensional data analysis such as a (epi)genome wide association study
(GWAS or EWAS), in which p-values, Z-scores, test statistics are plotted on a scatter
plot against their genomic position. Manhattan plots are used for visualizing
potential regions of interest in the genome that are associated with a phenotype.
Interactive manhattan plots allow the inspection of specific value (e.g. rs number or
gene name) by hovering the mouse over a cell, as well as zooming into a region of the
genome (e.g. a chromosome) by dragging a rectangle around the relevant area.
This work is based on the 'qqman' package and the 'plotly.js'
engine. It produces similar manhattan and Q-Q plots as the 'manhattan' and 'qq'
functions in the 'qqman' package, with the advantage of including extra annotation
information and interactive web-based visualizations directly from R.
Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them)
can be viewed and modified in a web browser.
Depends: R (>= 3.5.0)
Imports: stats, magrittr, plotly, ggplot2
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, covr
VignetteBuilder: knitr
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/sahirbhatnagar/manhattanly/,
https://sahirbhatnagar.com/manhattanly/
BugReports: https://github.com/sahirbhatnagar/manhattanly/issues
RoxygenNote: 7.1.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-04-26 01:48:15 UTC; sahir
Author: Sahir Bhatnagar [aut, cre] (http://sahirbhatnagar.com/)
Maintainer: Sahir Bhatnagar <[email protected]>
Repository: CRAN
Date/Publication: 2021-04-26 06:40:03 UTC