MIOFlow is a Python package for modeling and analyzing single-cell RNA-seq data using optimal flows.
Project description
MIOFlow
Setup
Create conda environment
$ conda create -n mioflow python=3.10
$ conda activate mioflow
install pytorch according to instructions https://pytorch.org/get-started/
we used
$ conda install pytorch pytorch-cuda=11.6 -c pytorch -c nvidia
install requirements and MIOFlow
$ pip install -e .
Remove unused packages and caches.
$ conda clean --all
Install MIOFlow for developers and internal use:
$ cd path/to/this/repository
$ pip install -e MIOFlow
Data
Most datasets are available in the directory data. The file eb_v4_df_pca200.npy can be downloaded here.
Add kernel to Jupyter Notebook
automatic conda kernels
For greater detail see the official docs for
nb_conda_kernels.
In short, install nb_conda_kernels in the environment from which you
launch JupyterLab / Jupyter Notebooks from (e.g. base) via:
$ conda install -n <notebook_env> nb_conda_kernels
to add a new or exist conda environment to Jupyter simply install
ipykernel into that conda environment e.g.
$ conda install -n <python_env> ipykernel
manual ipykernel
add to your Jupyter Notebook kernels via
$ python -m ipykernel install --user --name sklab-mioflow
It can be removed via:
$ jupyter kernelspec uninstall sklab-mioflow
list kernels found by Jupyter
kernels recognized by conda
$ python -m nb_conda_kernels list
check which kernels are discovered by Jupyter:
$ jupyter kernelspec list
How to use
This repository consists of our python library MIOFlow as well as a
directory of scripts for running and using it.
Scripts
To recreate our results with MMD loss and density regulariazation you can run the following command:
python scripts/run.py -d petals -c mmd -n petal-mmd
This will generate the directory results/petals-mmd and save
everything there.
For a full list of parameters try running:
python scripts/run.py --help
Python Package
One could simply import everything and use it piecemeal:
from MIOFlow.ode import *
from MIOFlow.losses import *
from MIOFlow.utils import *
from MIOFlow.models import *
from MIOFlow.plots import *
from MIOFlow.train import *
from MIOFlow.constants import *
from MIOFlow.datasets import *
from MIOFlow.exp import *
from MIOFlow.geo import *
from MIOFlow.eval import *
Tutorials
One can also consult or modify the tutorial notebooks for their uses: - EB Bodies tutorial - Dyngen tutorial - Petals tutorial
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
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
File details
Details for the file mioflow-0.1.7.tar.gz.
File metadata
- Download URL: mioflow-0.1.7.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94147dab6a359be573b88503e91bf7e551c00b5cd6b2cddf414d5741c196cf90
|
|
| MD5 |
1876a874f33f5afd4dc9e77b7de6ee77
|
|
| BLAKE2b-256 |
6c542157450e04eb13ec9f437fca849392b5aa373048dca80043f12021bdf997
|
File details
Details for the file mioflow-0.1.7-py3-none-any.whl.
File metadata
- Download URL: mioflow-0.1.7-py3-none-any.whl
- Upload date:
- Size: 55.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cfec27e1b0bca0b7a9002ed45006117b1716b56dcafafa1785eab86bef29d55
|
|
| MD5 |
c1d24c5308839bb27e6a3a971b95b285
|
|
| BLAKE2b-256 |
bd2f1c39ae815d32ee30602e2f0ecf9dda03a1137c7fe6ff71619b2ac24e4555
|