-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 1.75 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
Package: PGxVision
Type: Package
Title: Visualize Biomarkers and Pharmacogenomic Data
Version: 0.1.0
Authors@R: person("E", "Gorobets", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Evgeniya Gorobets <[email protected]>
Description: This is a generic plotting package meant to provide an easy way
for bioinformaticists and clinicians to visualize pharmacogenomic data. The
package provides some of the most commonly used graphs for visualizing drug
response data: waterfall plots, volcano plots, and Manhattan plots. A
forest plotting function is available for visualizing metadata.
These graphs are intended to help clinicians spot promising biomarkers. To
further analyze biomarker genes, this package additionally provides some
gene set analyis functions. These functions (wrapped in the geneSetAnalysis
pipeline) allow clinicians to find all gene sets that a query gene belongs
to, and then evaluate overlap in those gene sets. The gene sets that a
query gene is found in are mapped on a network plot, to help visualize the
most notable biological roles of a gene. This gene set analysis puts
biomarkers into their biological context, which can help clinicians
understand why some genes are more responsive to certain compounds than
others, etc.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
checkmate,
data.table,
ggplot2,
ggprism,
magrittr,
msigdbr,
plotly,
qpdf,
shiny,
shinybusy,
shinydashboard,
viridis,
visNetwork
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 3.1.0)
Config/testthat/edition: 3