Skip to content

Commit

Permalink
Tidy up stray ####
Browse files Browse the repository at this point in the history
  • Loading branch information
kgori committed Mar 13, 2019
1 parent f12a60e commit 5ffa02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nucleic_acid/tn93/absolute.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ end
e₃ = exp(-(πY * α₁ + πR * β) * t)

P₁ = πA + (πA * πY / πR) * e₁ + (πG / πR) * e₂
P₂ = πC + (πC * πR / πY) * e₁ + (πT / πY) * e₃ ####
P₂ = πC + (πC * πR / πY) * e₁ + (πT / πY) * e₃
P₃ = πG + (πG * πY / πR) * e₁ + (πA / πR) * e₂
P₄ = πT + (πT * πR / πY) * e₁ + (πC / πY) * e₃
P₅ = πA * (1 - e₁)
P₆ = πA + (πA * πY / πR) * e₁ - (πA / πR) * e₂
P₇ = πC * (1 - e₁)
P₈ = πC + (πC * πR / πY) * e₁ - (πC / πY) * e₃ ####
P₈ = πC + (πC * πR / πY) * e₁ - (πC / πY) * e₃
P₉ = πG + (πG * πY / πR) * e₁ - (πG / πR) * e₂
P₁₀ = πG * (1 - e₁)
P₁₁ = πT * (1 - e₁)
Expand Down

0 comments on commit 5ffa02f

Please sign in to comment.