Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermcinnes committed May 15, 2024
1 parent a1ba436 commit 5e000d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/episodes/9.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Looking at our output object, we can see that this is a list of DataFrame tables

```r
# plot mean-difference plot to assess library size normalisation
# we expect simmetric distribution centered around zero
# we expect symmetrical distribution centered around zero
par(mfrow=c(2,4))
for (i in seq_len(ncol(b_c1_dgelist))) {
plotMD(b_c1_dgelist, column=i)
Expand Down

0 comments on commit 5e000d9

Please sign in to comment.