You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -725,10 +723,10 @@ for (variable in rownames(pca_vs_meta)){
725
723
```
726
724
727
725
#### Clustering dendrograms
728
-
::: {.panel-tabset}
729
726
730
727
A hierarchical clustering of `{r} params$meta$params$features_type`s was undertaken based on `{r} ifelse(params$meta$params$exploratory_n_features == -1, paste0("all ", params$meta$params$features_type), paste0("the ", params$meta$params$exploratory_n_features, " most variable ", params$meta$params$features_type))`s. Distances between `r params$meta$params$features_type`s were estimated based on `{r} params$meta$params$exploratory_cor_method` correlation, which were then used to produce a clustering via the `{r} params$meta$params$exploratory_clustering_method` method with `hclust()` in R.
731
728
729
+
::: {.panel-tabset}
732
730
```{r, echo=FALSE, results='asis'}
733
731
#| echo: false
734
732
#| results: asis
@@ -1034,7 +1032,11 @@ if (!is.null(params$meta$params$functional_method)){
0 commit comments