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.51.tar.gz
(84.9 kB
view details)
Built Distribution
scdiffeq-0.0.51-py3-none-any.whl
(132.5 kB
view details)
File details
Details for the file scdiffeq-0.0.51.tar.gz
.
File metadata
- Download URL: scdiffeq-0.0.51.tar.gz
- Upload date:
- Size: 84.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e9177eb4cb1747aee61e30f88702a4bed536a7065a9cacf07dfdf51226a0415 |
|
MD5 | 9164919ebe170054541b29cba96479c4 |
|
BLAKE2b-256 | ec2b6a891afff27e25a0e2ce8f55d692a463894bc599fbe6b7e9e34a7909c0a7 |
File details
Details for the file scdiffeq-0.0.51-py3-none-any.whl
.
File metadata
- Download URL: scdiffeq-0.0.51-py3-none-any.whl
- Upload date:
- Size: 132.5 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 | cd0af0e965db1b5312916eb0d199d259ef01fa5198bf4e582e3e3df0bc59c7cf |
|
MD5 | 9ff424dbb55553b5f34171d8122258ac |
|
BLAKE2b-256 | ec1ce82a97e7dd22f575baabed74f12238523554332a16fa9d2e221350b99b94 |