scDiffEq: modeling 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.48rc9.tar.gz
(84.8 kB
view details)
Built Distribution
scdiffeq-0.0.48rc9-py3-none-any.whl
(132.4 kB
view details)
File details
Details for the file scdiffeq-0.0.48rc9.tar.gz
.
File metadata
- Download URL: scdiffeq-0.0.48rc9.tar.gz
- Upload date:
- Size: 84.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a316341d9ae84a3496ad3cb29bf961277ffc60610a7506579ac86b68fa1f56c |
|
MD5 | 0479192630a73c2784189eb1dff3fa5c |
|
BLAKE2b-256 | 67bacb6a1c351a75496b152e2981d8778a50687dca4665ea73fbbaf116c535f2 |
File details
Details for the file scdiffeq-0.0.48rc9-py3-none-any.whl
.
File metadata
- Download URL: scdiffeq-0.0.48rc9-py3-none-any.whl
- Upload date:
- Size: 132.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dbf261b267907c5ea96f331729c7375f3cfc15474fc916d851ed6b9f8288904 |
|
MD5 | 60e459016fa2a60ca6a1a5af555f60c4 |
|
BLAKE2b-256 | 93f599202e48ecf92e3784ec581f901e18eff94a1c8d5585d7f2ba8a2718913b |