Skip to content

Commit

Permalink
Update pseudobulk_DESeq2_scrnaseq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marypiper authored May 20, 2020
1 parent 3363f5f commit bf5cb90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessons/pseudobulk_DESeq2_scrnaseq.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pb[1:6, 1:6]
```

<p align="center">
<img src="../img/sc_DE_pb_matrix.png" width="500">
<img src="../img/sc_DE_pb_matrix.png" width="800">
</p>

The output of this aggregation is a sparse matrix, and when we take a quick look, we can see that it is a gene by cell type-sample matrix.
Expand Down Expand Up @@ -352,7 +352,7 @@ table(sce$cluster_id, sce$sample_id)
```

<p align="center">
<img src="../img/sc_DE_sample_level_counts.png" width="500">
<img src="../img/sc_DE_sample_level_counts.png" width="800">
</p>

## Differential gene expression with DESeq2
Expand Down Expand Up @@ -414,7 +414,7 @@ metadata
```

<p align="center">
<img src="../img/sc_DE_sample_level_metadata.png" width="500">
<img src="../img/sc_DE_sample_level_metadata.png" width="300">
</p>

### Subsetting dataset to cluster(s) of interest
Expand Down

0 comments on commit bf5cb90

Please sign in to comment.