Skip to content

Commit

Permalink
Update pydeseq2/dds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Oct 19, 2023
1 parent 378e578 commit f39363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydeseq2/dds.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class DeseqDataSet(ad.AnnData):
beta_tol : float
Stopping criterion for IRWLS. (default: ``1e-8``).
.. math:: \vert dev_t - dev_{t+1}\vert / (\vert dev \vert + 0.1) < \beta_{tol}. # noqa: E501
.. math:: \vert dev_t - dev_{t+1}\vert / (\vert dev \vert + 0.1) < \beta_{tol}.
n_cpus : int
Number of cpus to use. If None, all available cpus will be used.
Expand Down

0 comments on commit f39363d

Please sign in to comment.