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 b9d739d commit c14c979Copy full SHA for c14c979
src/NetMSA.jl
@@ -186,13 +186,11 @@ Return the weight of the row, calculated as:
186
```
187
188
```math
189
-w(r) = \begin{gather*}
190
-\begin{cases}
+w(r) = \begin{cases}
191
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*}
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