... | ... |
@@ -1,7 +1,3 @@ |
1 |
-for (j in 1:max(clusterindex)) { |
|
2 |
-tmp <- dat[clusterindex == j, ] |
|
3 |
-tmpmem <- memship[clusterindex == j, j] |
|
4 |
-if (((j - 1)%%(mfrow[1] * mfrow[2])) == 0) { |
|
5 | 1 |
if (!is.na(filename)) { |
6 | 2 |
pdf(filename, height=3*mfrow[1],width=3*mfrow[2]) |
7 | 3 |
} |
... | ... |
@@ -510,3 +506,7 @@ library(shiny) |
510 | 506 |
??inputPanel |
511 | 507 |
install.packages("DT") |
512 | 508 |
q() |
509 |
+shiny::runApp('inst/shiny') |
|
510 |
+library(vsclust) |
|
511 |
+library(vsclust) |
|
512 |
+shiny::runApp('inst/shiny') |
... | ... |
@@ -23,7 +23,6 @@ BiocStyle::markdown() |
23 | 23 |
``` |
24 | 24 |
|
25 | 25 |
```{r env, message = FALSE, warning = FALSE, echo = FALSE} |
26 |
-library("vsclust") |
|
27 | 26 |
require(clusterProfiler) |
28 | 27 |
require(matrixStats) |
29 | 28 |
``` |
... | ... |
@@ -55,6 +54,7 @@ Use the common Bioconductor commands for installation: |
55 | 54 |
if (!require("BiocManager", quietly = TRUE)) |
56 | 55 |
install.packages("BiocManager") |
57 | 56 |
BiocManager::install("vsclust") |
57 |
+library(vsclust) |
|
58 | 58 |
``` |
59 | 59 |
|
60 | 60 |
The full functionality of this vignette can be obtained by additionally |