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.48rc7.tar.gz
(84.3 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.48rc7-py3-none-any.whl
(131.9 kB
view details)
File details
Details for the file scdiffeq-0.0.48rc7.tar.gz.
File metadata
- Download URL: scdiffeq-0.0.48rc7.tar.gz
- Upload date:
- Size: 84.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96c740561bde7173dc066bf744052ceef83d85aee49016ff20d11dd1d3717db1
|
|
| MD5 |
f0626a7ec81c5403908d3aebf0ddb5cb
|
|
| BLAKE2b-256 |
675e85bba50da11b6e6f8f96f9d7391d0b94cb132de1114524dadbfdb2275788
|
File details
Details for the file scdiffeq-0.0.48rc7-py3-none-any.whl.
File metadata
- Download URL: scdiffeq-0.0.48rc7-py3-none-any.whl
- Upload date:
- Size: 131.9 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 |
dd20bde963e265fb52c42a88b9656c5592738fe7e9d5086357c440b9d889cf29
|
|
| MD5 |
215dfbc00f8c78813615a061b5218550
|
|
| BLAKE2b-256 |
ab8a8581a9743bd51be95c2f4fd7e409daf902cf867d361974b92abfe3b073ee
|