forked from DiogoVeiga/maser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1008 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
37
38
39
40
41
Package: maserI
Type: Package
Title: Mapping Alternative Splicing Events to pRoteins
Version: 1.1.0
Authors@R: person("Diogo", "F.T. Veiga", email = "diogof.veiga@gmail.com",
role = c("aut", "cre"))
Description: This package provides functionalities for downstream analysis,
annotation and visualizaton of alternative splicing events generated
by rMATS. Alex added some interactive stuff.
Depends: R (>= 3.5.0),
ggplot2,
GenomicRanges
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
rtracklayer,
reshape2,
Gviz,
DT,
GenomeInfoDb,
stats,
utils,
IRanges,
methods,
BiocGenerics,
parallel,
data.table,
plotly
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
AnnotationHub
VignetteBuilder: knitr
URL: https://github.com/DiogoVeiga/maser
BugReports: https://github.com/DiogoVeiga/maser/issues
RoxygenNote: 6.0.1
biocViews: AlternativeSplicing, Transcriptomics, Visualization