Skip to content

Commit 88a1241

Browse files
Fixed day 1 recap slides
1 parent 9c160f6 commit 88a1241

File tree

2 files changed

+98
-151
lines changed

2 files changed

+98
-151
lines changed

Slides/00_Day1_Recap.Rmd

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: "Day 1 Recap"
3-
author: ""
4-
date: "21/09/2022"
3+
author: ''
4+
date: "05/12/2024"
55
output:
6+
beamer_presentation: default
67
ioslides_presentation:
78
widescreen: true
89
smaller: true
@@ -24,7 +25,7 @@ knitr::include_graphics('Images/workflow2.png')
2425
* cells: Bone Marrow Mononuclear cells (BMMCs)
2526
* 12 samples
2627
* 4 Sample groups
27-
* HHD: The high hyper diploid cases.
28+
* HHD: The high hyper diploid cases (51–67 chromosomes).
2829
* Two replicates.
2930
* PBMMC: healthy pediatric BMMC.
3031
* Four replicates.
@@ -47,16 +48,20 @@ for each "read".
4748
* **UMI** - identifies the transcript molecule within a cell and gene
4849
* **insert** - the transcript molecule
4950

51+
5052
```{r echo=FALSE, out.width='60%', fig.align='center'}
5153
knitr::include_graphics('Images/tenxLibStructureV3dual2.png')
5254
```
5355

5456

57+
58+
5559
## Cell Ranger
5660

5761
* 10x Cell Ranger - This not only carries out the alignment and feature
5862
counting, but will also:
5963
* Call cells
64+
* Generates counts matrix
6065
* Generate a summary report in html format
6166
* Generate a "cloupe" file
6267

@@ -82,7 +87,7 @@ cellranger count --id={OUTPUT_SAMPLE_NAME} \
8287

8388
The contents of the `outs` directory are:
8489

85-
```{r outputDirOuts, fig.align='center', out.width="50%"}
90+
```{r outputDirOuts, echo=FALSE, fig.align='center', out.width="75%"}
8691
knitr::include_graphics("Images/CellRangerOutputOuts.png")
8792
```
8893

Slides/00_Day1_Recap.html

Lines changed: 89 additions & 147 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)