From b76463feb47b7ca7db1b7881473ac579b3759e3b Mon Sep 17 00:00:00 2001 From: "GRT67@open" <32413040+hrukkudyr@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:52:36 +0000 Subject: [PATCH] Update tutorial.md Figure 5 in this tutorial shows two genes each with two transcripts. gene 1 has UMI coloured pink and blue. Gene 2 has pink and green. The text, though, describes Gene 2 as being brown and green. This may be confusing to some students. The commit here changes the tutorial text so that Gene two is described as pink and green. The alternative would be to edit Figure 5? --- topics/single-cell/tutorials/scrna-umis/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/single-cell/tutorials/scrna-umis/tutorial.md b/topics/single-cell/tutorials/scrna-umis/tutorial.md index e0347ad86f2de7..0453aa0708311d 100644 --- a/topics/single-cell/tutorials/scrna-umis/tutorial.md +++ b/topics/single-cell/tutorials/scrna-umis/tutorial.md @@ -151,7 +151,7 @@ This information is false, because it shows that Red has twice the expression th > |--|-------------|-----------------| > | Gene Red | Pink | 2 | > | | Blue | 4 | -> | Gene Blue | Brown | 1 | +> | Gene Blue | Pink | 1 | > | | Green | 2 | {: .matrix} @@ -160,7 +160,7 @@ From this we can then make the decision to ignore the frequencies of these UMIs, > | | Set of UMIs in Gene | UMIs in Cell 1 | > |--|---------------------|----------------| > | Gene Red | {Pink, Blue} | 2 | -> | Gene Blue | {Brown, Green} | 2 | +> | Gene Blue | {Pink, Green} | 2 | {: .matrix} This then provides us with the true count of the number of true transcripts for each gene as given by our original figure.