Skip to content

Commit 4c0c98b

Browse files
committed
omit evaluation vignette
1 parent 6cd363a commit 4c0c98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/a4_subgroups.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ deconv_dictionary[["States"]]
9999

100100
To visualize pathway relationships for the learned subgroup structure, use `compute_subgroups_pathways()`. This function computes PROGENy pathway activity from the normalized counts and generates module relationship plots showing how well each deconvolution subgroup correlates with each pathway activity pattern.
101101

102-
```{r, message=FALSE, warning=FALSE}
102+
```{r, message=FALSE, warning=FALSE, eval = FALSE}
103103
# Generate pathway relationship plots for all cell types
104104
# Plots will be saved to Results/ directory
105105
compute_subgroups_pathways(subgroups = deconv_dictionary,

0 commit comments

Comments
 (0)