... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
#' graphical user interface for streamlining the interpretation of RNA-seq data |
5 | 5 |
#' |
6 | 6 |
#' `GeneTonic` simplifies and optimizes the integration of all components of |
7 |
-#' Diffeential Expression analysis, with functional enrichment analyis and the |
|
7 |
+#' Differential Expression analysis, with functional enrichment analysis and the |
|
8 | 8 |
#' original expression quantifications. |
9 | 9 |
#' It does so in a way that makes it easier to generate insightful observations |
10 | 10 |
#' and hypothesis - combining the benefits of interactivity and reproducibility, |
... | ... |
@@ -10,7 +10,7 @@ graphical user interface for streamlining the interpretation of RNA-seq data |
10 | 10 |
} |
11 | 11 |
\details{ |
12 | 12 |
\code{GeneTonic} simplifies and optimizes the integration of all components of |
13 |
-Diffeential Expression analysis, with functional enrichment analyis and the |
|
13 |
+Differential Expression analysis, with functional enrichment analysis and the |
|
14 | 14 |
original expression quantifications. |
15 | 15 |
It does so in a way that makes it easier to generate insightful observations |
16 | 16 |
and hypothesis - combining the benefits of interactivity and reproducibility, |
... | ... |
@@ -112,6 +112,11 @@ gtl_macrophage <- GeneTonicList( |
112 | 112 |
annotation_obj = anno_df |
113 | 113 |
) |
114 | 114 |
# GeneTonic(gtl = gtl_macrophage) |
115 |
+ |
|
116 |
+# if running it "as a server", without input data specified: |
|
117 |
+if (interactive()) { |
|
118 |
+ GeneTonic(size_gtl = 300) # for fairly large gtl objects |
|
119 |
+} |
|
115 | 120 |
} |
116 | 121 |
\author{ |
117 | 122 |
Federico Marini |