scDiffEq: modelling single-cell dynamics using neural differential equations.
Project description
An analysis framework for modeling dynamical single-cell data with neural differential equations, most notably stochastic differential equations allow us to build generative models of single-cell dynamics.
Install the development package:
git clone https://github.com/mvinyard/sc-neural-diffeqs.git; cd ./sc-neural-diffeqs;
pip install -e .
Main API
import scdiffeq as sdq
from neural_diffeqs import NeuralSDE
model = sdq.models.scDiffEq(
adata, func=NeuralSDE(state_size=50, mu_hidden=[400, 400], sigma_hidden=[400, 400])
)
model.fit()
Built on:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scdiffeq-0.0.47rc0.tar.gz
(58.8 kB
view details)
Built Distribution
File details
Details for the file scdiffeq-0.0.47rc0.tar.gz
.
File metadata
- Download URL: scdiffeq-0.0.47rc0.tar.gz
- Upload date:
- Size: 58.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0dc23c3e1d70e7c715d197c3f8f18cce0089556301d47395f88c477c7039de0 |
|
MD5 | eaac5d2d7666727418f344b8be76426d |
|
BLAKE2b-256 | dc078bd76ff1197f6e36326d9aba99ac0ebfc81cb2b10b4bfb781156ef5e20b3 |
File details
Details for the file scdiffeq-0.0.47rc0-py3-none-any.whl
.
File metadata
- Download URL: scdiffeq-0.0.47rc0-py3-none-any.whl
- Upload date:
- Size: 96.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 319ad5064ddbc8db03cb7313e2436c8b9329b3a7406451a38634d99fe96c0bdf |
|
MD5 | b89e4ad1800f6ac58298571e5c375f53 |
|
BLAKE2b-256 | 5e03b8ddf49a0fddbb7221fbee1d5c123070aca205e5cf1c1a8a9adbfe0aef13 |