Skip to content

Commit a193323

Browse files
committed
small typo fix
1 parent d6dda38 commit a193323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ With the default parameters, the substitution frequency is depicted below:
7878

7979
<img src="./img/geometric_model.png" width="300">
8080

81-
For each nucleotide, a random number (`Pu`) is sampled from an <a href="https://en.wikipedia.org/wiki/Uniform_distribution_(continuous)">uniform distribution</a> and compared to the corresponding value of the rescaled geometric PMF at this nucleotide `Pg`.
81+
For each nucleotide, a random number `Pu` is sampled from an <a href="https://en.wikipedia.org/wiki/Uniform_distribution_(continuous)">uniform distribution</a> (of support [0 ,1]) and compared to the corresponding value `Pg` of the rescaled geometric PMF at this nucleotide.
8282
If `Pg >= Pu`, the base is subsituted.
83-
For the default parameters, the substitutions distribution along the DNA fragment of the is depicted below:
83+
For the default parameters, the substitutions distribution along a DNA fragment is depicted below:
8484

8585
<img src="./img/geometric_distribution.png" width="300">

0 commit comments

Comments
 (0)