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 3eb7dea commit fc5c6bfCopy full SHA for fc5c6bf
docs/api/index.rst
@@ -69,3 +69,18 @@ Enrichment tests
69
:toctree: .
70
71
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