You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/visium_hd.qmd
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,16 @@ Visium HD matches the 6.5 × 6.5 mm imaging area of the earlier Visium platform
34
34
35
35
</p>
36
36
37
-
The single-digit micron resolution is a big technological improvement over original Visium's original ∼55μm spots. Because a single spot can include several cell types, the dataset is not straightforward to annotate. As a result, many methods model each spot as a mixture, assigning proportion values for each cell type within that spot. Each spot is represented as a piechart showing proportions of the cell type composition.
37
+
The single-digit micron resolution is a big technological improvement over Visium's original ∼55μm spots. Because a single spot can include several cell types, the dataset is not straightforward to annotate. As a result, many methods model each spot as a mixture, assigning proportion values for each cell type within that spot. Each spot is represented as a piechart showing proportions of the cell type composition.
38
38
39
39
, Figure 1](../img/card_deconvolution.png){width="50%"}
40
40
41
-
While Visium HD has reduced the size of bins to achieve near single-cell level, it is important to bear in mind that these sequencing-based technologies can capture more than one cell in a spot. This information is important for downstream steps, such as differential gene expression, as now there are multiplets to contend with.
41
+
While Visium HD reduces bin size to approach single-cell resolution, it is important to note that sequencing-based spatial transcriptomics captures RNA from a defined spatial area rather than from isolated cells. As a result, transcripts from multiple cells overlapping a bin can be pooled and sequenced together. This means that even small bins may contain mixed cellular signals, which has important implications for downstream analyses such as differential gene expression.
42
42
43
43
::: {.callout-note collapse="true"}
44
44
# Imaging-based technologies
45
45
46
-
These methods utilize fluoresence to quantify gene expression on a tissue slide. Specifically utilizing fluoresence in situ hybridization (FISH) to measure expression of a select panel of genes (selected by the researcher) using **probes**. Therefore we are able to evaluate the expression for each individual cell after segmentation.
46
+
These methods use fluoresence to quantify gene expression directly on a tissue section. They rely on fluoresence _in situ_ hybridization (FISH) to measure the expression of a select panel of genes (chosen by the researcher) using **probes**. Since transcripts are detected within intact cells, expression values can be assigned to individual cells following cell segmentation.
47
47
48
48
Some popular imaging-based technologies include:
49
49
@@ -86,13 +86,13 @@ When `spaceranger count` completes successfully, it will generate a variety of o
86
86
87
87
</p>
88
88
89
-
In the Visium HD assay, Space Ranger also bins the data in square of various sizes, including:
89
+
In the Visium HD assay, Space Ranger aggregates transcript counts into square spatial bins of different sizes, typically:
90
90
91
-
- 2µm x 2µm bins
92
-
- 8µm x 8µm bins
93
-
- 16µm x 16µm bins
91
+
- 2µm x 2µm
92
+
- 8µm x 8µm
93
+
- 16µm x 16µm
94
94
95
-
Having access to 2μm bins along with its matching morphology information provides a great opportunity to reconstruct single cells from the data. However, because the 2µm x 2µm squares (and even the 8µm x 8µm bins) are so small, there is a potential for very **little biological signal to be captured per bin**. Additionally, the sheer number of bins at these higher resolutions can present challenges in terms of computational time and resources.
95
+
Having access to 2μm bins, along with matched high-resolution tissue morphology, provides a great opportunity to reconstruct single cells from the data. However, because the 2µm x 2µm bins (and even the 8µm x 8µm bins) are very small, there is a potential for very **little biological signal to be captured per bin**. Additionally, the sheer number of bins at these higher resolutions can substantially increase computational demands in terms of memory usage and processing time.
96
96
97
97
For this lesson, we will use the **16µm x 16µm bins of the cropped Visium HD slide** to run locally on laptops.
0 commit comments