Skip to content

Commit fc5c6bf

Browse files
added fit module into docs
1 parent 3eb7dea commit fc5c6bf

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)