Skip to content

Commit 9181c65

Browse files
committed
Merge branch 'devel' of github.com:bcbio/bcbioR into devel
2 parents 24b1624 + a368ef3 commit 9181c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/singlecell/Integration/norm_integration.rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ We take a look at how the clusters look at resolutions 0.1, 0.2,0.4, and 0.6
591591
### 0.1
592592

593593
```{r umap_0.1}
594-
cluster_res <- 0.2
594+
cluster_res <- 0.1
595595
Idents(object = seurat_clust) <- paste0(prefix_clu, cluster_res)
596596
DimPlot(seurat_clust,
597597
reduction = show_this,

0 commit comments

Comments
 (0)