Skip to content

Commit c14c979

Browse files
committed
add docs to weight function
1 parent b9d739d commit c14c979

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/NetMSA.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,11 @@ Return the weight of the row, calculated as:
186186
```
187187
188188
```math
189-
w(r) = \begin{gather*}
190-
\begin{cases}
189+
w(r) = \begin{cases}
191190
w_1 \times \frac{x}{c}; & \text{ if r is not aligned} \\
192191
w_2 \times \frac{n_s}{c}; & \text{ if r is aligned} \\
193192
w_3; & \text{ if r is full} \\
194193
\end{cases}
195-
\end{gather*}
196194
```
197195
where n_s is the number of occurrences of the symbol s in the aligned row r,
198196
and c is the total number of columns in the row. The value of x is equal to zero

0 commit comments

Comments
 (0)