Skip to content

Commit

Permalink
Updated bioc compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Feb 5, 2024
1 parent d9a42e3 commit 96cd7ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compiled/labs/bioc/bioc_02_dimred.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suppressPackageStartupMessages({

``` {r}
# download pre-computed data if missing or long compute
fetch_data <- FALSE
fetch_data <- TRUE
# url for source and intermediate data
path_data <- "https://export.uppmax.uu.se/naiss2023-23-3/workshops/workshop-scrnaseq"
Expand Down
4 changes: 1 addition & 3 deletions compiled/labs/bioc/bioc_03_integration.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ suppressPackageStartupMessages({

``` {r}
# download pre-computed data if missing or long compute
fetch_data <- FALSE
fetch_data <- TRUE
# url for source and intermediate data
path_data <- "https://export.uppmax.uu.se/naiss2023-23-3/workshops/workshop-scrnaseq"
Expand Down Expand Up @@ -261,7 +261,6 @@ Now we can run scanorama:
``` {r}
#| fig-height: 5
#| fig-width: 15
#| eval: false
scanorama <- reticulate::import("scanorama")
Expand Down Expand Up @@ -290,7 +289,6 @@ Now we will plot UMAPS with all three integration methods side by side.
``` {r}
#| fig-height: 8
#| fig-width: 10
#| eval: false
p1 <- plotReducedDim(sce, dimred = "UMAP_on_PCA", colour_by = "sample", point_size = 0.6) + ggplot2::ggtitle(label = "UMAP_on_PCA")
p2 <- plotReducedDim(sce, dimred = "UMAP_on_MNN", colour_by = "sample", point_size = 0.6) + ggplot2::ggtitle(label = "UMAP_on_MNN")
Expand Down
2 changes: 1 addition & 1 deletion compiled/labs/bioc/bioc_04_clustering.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ suppressPackageStartupMessages({

``` {r}
# download pre-computed data if missing or long compute
fetch_data <- FALSE
fetch_data <- TRUE
# url for source and intermediate data
path_data <- "https://export.uppmax.uu.se/naiss2023-23-3/workshops/workshop-scrnaseq"
Expand Down
2 changes: 1 addition & 1 deletion compiled/labs/bioc/bioc_05_dge.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ suppressPackageStartupMessages({

``` {r}
# download pre-computed data if missing or long compute
fetch_data <- FALSE
fetch_data <- TRUE
# url for source and intermediate data
path_data <- "https://export.uppmax.uu.se/naiss2023-23-3/workshops/workshop-scrnaseq"
Expand Down
2 changes: 1 addition & 1 deletion compiled/labs/bioc/bioc_06_celltyping.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Let's read in the saved Covid-19 data object from the clustering step.

``` {r}
# download pre-computed data if missing or long compute
fetch_data <- FALSE
fetch_data <- TRUE
# url for source and intermediate data
path_data <- "https://export.uppmax.uu.se/naiss2023-23-3/workshops/workshop-scrnaseq"
Expand Down

0 comments on commit 96cd7ca

Please sign in to comment.