We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da68110 commit b9d739dCopy full SHA for b9d739d
src/NetMSA.jl
@@ -186,13 +186,13 @@ Return the weight of the row, calculated as:
186
```
187
188
```math
189
-w(r) = \\begin{gather*}
190
-\\begin{cases}
191
- w_1 \\times \\frac{x}{c}; & \\text{ if r is not aligned} \\
+w(r) = \begin{gather*}
+\begin{cases}
+ w_1 \times \frac{x}{c}; & \text{ if r is not aligned} \\
192
w_2 \times \frac{n_s}{c}; & \text{ if r is aligned} \\
193
w_3; & \text{ if r is full} \\
194
-\\end{cases}
195
-\\end{gather*}
+\end{cases}
+\end{gather*}
196
197
where n_s is the number of occurrences of the symbol s in the aligned row r,
198
and c is the total number of columns in the row. The value of x is equal to zero
0 commit comments