Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:bcbio/bcbioR into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Nov 14, 2024
2 parents 24b1624 + a368ef3 commit 9181c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/singlecell/Integration/norm_integration.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ We take a look at how the clusters look at resolutions 0.1, 0.2,0.4, and 0.6
### 0.1

```{r umap_0.1}
cluster_res <- 0.2
cluster_res <- 0.1
Idents(object = seurat_clust) <- paste0(prefix_clu, cluster_res)
DimPlot(seurat_clust,
reduction = show_this,
Expand Down

0 comments on commit 9181c65

Please sign in to comment.