Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 5be8684

Browse files
Merge pull request #105 from theislab/dev
added fit module into docs
2 parents 062161d + fc5c6bf commit 5be8684

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/api/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,18 @@ Enrichment tests
6969
:toctree: .
7070

7171
enrich.test
72+
73+
Fit model to gene expression: fit
74+
---------------------------------
75+
76+
Diffxpy allows the user to fit models to gene expression only without conducting Wald or likelihood ratio tests.
77+
Note that one can also extract similar model fits from differential expression test output objects if Wald or likelihood ratio test were used.
78+
Alternatively, residuals can also be directly computed.
79+
As for differential expression tests, the fitting can be distributed across multiple partitions of the data set (such as conditions or cell types).
80+
81+
.. autosummary::
82+
:toctree: .
83+
84+
fit.model
85+
fit.residuals
86+
fit.partition

0 commit comments

Comments
 (0)