8000 GitHub - dcjones/prodx: Negative binomial regression for single-cell count data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ prodx Public

Negative binomial regression for single-cell count data

License

Notifications You must be signed in to change notification settings

dcjones/prodx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prodx

This is a basic but flexible Negative-Binomial regression tool intended for differential expression analysis on single cell count data.

Right now it's mainly a testbed for tinkering with modeling and regressing out various kind of confounding effects.

Basic usage:

from prodx import DEModel

model = DEModel(
    adata_osn,
    "~ covariate1 * covariate2 + covariate3",
    "~ confounder1 + connfounder2",
)
model.fit()
model.de_results("covariate1[T.True]").to_csv("de-results.csv")

About

Negative binomial regression for single-cell count data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0