forked from federicomarini/pcaExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.57 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
Package: pcaExplorer
Type: Package
Title: Interactive Visualization of RNA-seq Data Using a Principal Components Approach
Version: 2.17.0
Date: 2020-06-06
Authors@R: c(person("Federico", "Marini", role = c("aut", "cre"),
email ="[email protected]",
comment = c(ORCID = '0000-0003-3252-7758')))
Description: This package provides functionality for interactive visualization
of RNA-seq datasets based on Principal Components Analysis. The methods provided
allow for quick information extraction and effective data exploration. A Shiny
application encapsulates the whole analysis.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
DESeq2,
SummarizedExperiment,
GenomicRanges,
IRanges,
S4Vectors,
genefilter,
ggplot2 (>= 2.0.0),
heatmaply,
plotly,
scales,
NMF,
plyr,
topGO,
limma,
GOstats,
GO.db,
AnnotationDbi,
shiny (>= 0.12.0),
shinydashboard,
shinyBS,
ggrepel,
DT,
shinyAce,
threejs,
biomaRt,
pheatmap,
knitr,
rmarkdown,
base64enc,
tidyr,
grDevices,
methods
Suggests:
testthat,
BiocStyle,
airway,
org.Hs.eg.db,
htmltools
URL: https://github.com/federicomarini/pcaExplorer,
https://federicomarini.github.io/pcaExplorer/
BugReports: https://github.com/federicomarini/pcaExplorer/issues
biocViews: ImmunoOncology, Visualization, RNASeq, DimensionReduction,
PrincipalComponent, QualityControl, GUI, ReportWriting
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no