-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 938 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
34
35
36
Package: psiplot
Title: Generate plots of PSI values generated by vast-tools
Version: 2.3.0
Authors@R: c(
person("Kevin","Ha", email = "[email protected]", role=c("cre","aut")),
person("Javier","Tapial",email = "[email protected]", role=c("aut"))
)
Description: Provides functions to create plots of PSI values of
alternatively-spliced exons or cRPKMs. Requires PSI or cRPKM data generated by
the vast-tools (https://github.com/vastgroup/vast-tools).
Depends:
R (>= 3.1)
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/kcha/psiplot
BugReports: https://github.com/kcha/psiplot/issues
Imports:
MASS,
stats,
methods,
grDevices,
utils,
dplyr,
tidyr,
purrr,
readr,
ggplot2 (>= 2.2.1)
Suggests:
testthat,
pheatmap,
gplots,
ggbeeswarm (>= 0.6.0),
knitr,
rmarkdown
RoxygenNote: 6.1.0
VignetteBuilder: knitr