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.54rc0.tar.gz
(100.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
scdiffeq-0.0.54rc0-py3-none-any.whl
(162.1 kB
view details)
File details
Details for the file scdiffeq-0.0.54rc0.tar.gz.
File metadata
- Download URL: scdiffeq-0.0.54rc0.tar.gz
- Upload date:
- Size: 100.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2636c1047f2468520d0912bcffd3a0d71072a66021929ca66ca69c80eccafd0d
|
|
| MD5 |
b2ad52e162a1194b5f934d74d5bd8119
|
|
| BLAKE2b-256 |
3b261b07333be025b6ad1c84987c467df1918b569369e74a38e1166c210ba644
|
File details
Details for the file scdiffeq-0.0.54rc0-py3-none-any.whl.
File metadata
- Download URL: scdiffeq-0.0.54rc0-py3-none-any.whl
- Upload date:
- Size: 162.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7001744edba4eea3c1df24c0fc85f2402d2440e7a697f5a3cbbf72cc2923e742
|
|
| MD5 |
56898beefc596eb715ed1d015e1e599b
|
|
| BLAKE2b-256 |
a74c04bcc9e927716fc4befa4d828aee81d83bd17cfffc156defb393e795d12b
|