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.48rc4.tar.gz
(84.4 kB
view details)
Built Distribution
scdiffeq-0.0.48rc4-py3-none-any.whl
(132.2 kB
view details)
File details
Details for the file scdiffeq-0.0.48rc4.tar.gz
.
File metadata
- Download URL: scdiffeq-0.0.48rc4.tar.gz
- Upload date:
- Size: 84.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb0f2aa9c4cca1338ccdbdce4af198266871d5b475d9e372e6c83fc3f69540d8 |
|
MD5 | a1239b258e5f344c95b434848ad34494 |
|
BLAKE2b-256 | 53e68e0e3e797afc49ac60d3ccd97dce6f48d858abf3b0cc6cd95f952e65e3b9 |
File details
Details for the file scdiffeq-0.0.48rc4-py3-none-any.whl
.
File metadata
- Download URL: scdiffeq-0.0.48rc4-py3-none-any.whl
- Upload date:
- Size: 132.2 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 | 8f525f8c866f60ca1b289222c1a92fe6c9842ff1ce01474b9e13b3983107550f |
|
MD5 | 003c8191c966dec232fd94339496849a |
|
BLAKE2b-256 | ac1c26dc9837c7a7337b13262d171dff7dc0e7463ff1d185098d6a6ed28de382 |