Skip to content

Commit

Permalink
Update deconvolution.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-man authored Dec 22, 2024
1 parent 63d37fd commit b92f640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deconvolution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Unlike spot-based assays, spatial transcriptomics data in single cell resolution
For this, the data has to be already clustered (and annotated if possible). We will use the cluster labels generated at the end of the Xenium analysis section of workflow from [Cell/Spot Analysis](spotanalysis.html). You can download the VoltRon object with clustered and annotated Xenium cells along with the Visium assay from [here](https://bimsbstatic.mdc-berlin.de/landthaler/VoltRon/SpatialDataAlignment/Xenium_vs_Visium/VRBlock_data_clustered.rds).

```{r eval = FALSE, class.source="watch-out"}
Xen_data <- readRDS("../../mainWorkflows/data/VisiumXenium/VRBlock_data_clustered.rds")
Xen_data <- readRDS("VRBlock_data_clustered.rds")
vrMainSpatial(Xen_data, assay = "Assay1") <- "main"
vrMainSpatial(Xen_data, assay = "Assay3") <- "main"
vrSpatialPlot(Xen_data, group.by = "CellType", pt.size = 0.13, background = "black",
Expand Down Expand Up @@ -325,4 +325,4 @@ vrHeatmapPlot(Xen_data, features = vrFeatures(Xen_data), group.by = "niche_clust
```

<img width="100%" height="100%" src="https://bimsbstatic.mdc-berlin.de/landthaler/VoltRon/Package/images/decon_xenium_heatmapclusters.png" class="center">
<br>
<br>

0 comments on commit b92f640

Please sign in to comment.