-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
81 lines (81 loc) · 1.97 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
73
74
75
76
77
78
79
80
81
Package: debrowser
Type: Package
Title: Interactive Differential Expresion Analysis Browser
Version: 1.9.1
Date: 2016-07-05
Author: Alper Kucukural <[email protected]>,
Onur Yukselen <[email protected]>,
Manuel Garber <[email protected]>
Maintainer: Alper Kucukural <[email protected]>
Description: Bioinformatics platform containing interactive plots and tables
for differential gene and region expression studies. Allows visualizing
expression data much more deeply in an interactive and faster way. By
changing the parameters, users can easily discover different parts of the
data that like never have been done before. Manually creating and looking
these plots takes time. With DEBrowser users can prepare plots without
writing any code. Differential expression, PCA and clustering analysis are
made on site and the results are shown in various plots such as scatter,
bar, box, volcano, ma plots and Heatmaps.
Depends:
R (>= 3.3.0),
shiny,
ggvis,
jsonlite,
shinyjs,
shinydashboard,
shinyBS,
pathview
License: GPL-3 + file LICENSE
LazyData: true
Imports:
DT,
ggplot2,
RColorBrewer,
annotate,
gplots,
AnnotationDbi,
DESeq2,
DOSE,
igraph,
grDevices,
graphics,
stats,
utils,
GenomicRanges,
IRanges,
S4Vectors,
SummarizedExperiment,
stringi,
reshape2,
baySeq,
d3heatmap,
org.Hs.eg.db,
org.Mm.eg.db,
limma,
edgeR,
clusterProfiler,
V8,
methods,
sva,
RCurl,
googleAuthR,
enrichplot,
colourpicker,
plotly,
heatmaply,
Harman
RoxygenNote: 6.0.1
Suggests: testthat,
rmarkdown,
knitr,
R.rsp
VignetteBuilder: knitr, R.rsp
URL: https://github.com/UMMS-Biocore/debrowser
BugReports: https://github.com/UMMS-Biocore/debrowser/issues/new
biocViews:
Sequencing,
ChIPSeq,
RNASeq,
DifferentialExpression,
GeneExpression,
Clustering