-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
72 lines (72 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: idealImmunoTP
Type: Package
Title: Interactive Differential Expression AnaLysis
Version: 1.11.17
Date: 2019-09-30
Authors@R: c(person("Federico", "Marini", role = c("aut", "cre"),
email ="[email protected]",
comment = c(ORCID = '0000-0003-3252-7758')))
Description: This package provides functions for an Interactive
Differential Expression AnaLysis of RNA-sequencing datasets, to
extract quickly and effectively information downstream the step
of differential expression. A Shiny application encapsulates
the whole package.
License: MIT + file LICENSE
LazyData: TRUE
Depends: topGO,
R (>= 3.6)
Imports:
DESeq2,
tidyr,
SummarizedExperiment,
GenomicRanges,
reshape2,
IRanges,
S4Vectors,
ggplot2 (>= 2.0.0),
pcaExplorer,
IHW,
gplots,
UpSetR,
heatmaply,
goseq,
cowplot,
stringr,
dplyr,
limma,
RColorBrewer,
GOstats,
GO.db,
AnnotationDbi,
shiny (>= 0.12.0),
shinydashboard,
shinyBS,
DT,
rentrez,
rintrojs,
ggrepel,
knitr,
rmarkdown,
shinyAce,
BiocParallel,
grDevices,
base64enc,
shinyjqui,
plotly,
methods
Suggests:
testthat,
BiocStyle,
airway,
org.Hs.eg.db,
TxDb.Hsapiens.UCSC.hg38.knownGene,
DEFormats,
edgeR
URL: https://github.com/federicomarini/ideal,
https://federicomarini.github.io/ideal/
BugReports: https://github.com/federicomarini/ideal/issues
biocViews: ImmunoOncology, GeneExpression, DifferentialExpression, RNASeq, Sequencing,
Visualization, QualityControl, GUI, GeneSetEnrichment, ReportWriting
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8