single cell velocity analysis
Project description
TIVelo
a tool to be published on Nature.
Installation
tivelo requires Python 3.8 or later. We recommend to use Miniconda.
conda create -n tivelo python=3.9 conda activate tivelo
We have published the tivelo package on PyPI. To ensure a smooth and stable installation process, we recommend installing large dependencies separately before installing tivelo in a conda environment.
pytorch
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia -y
numba
conda install numba To enable CUDA GPU support for Numba, install the latest graphics drivers from NVIDIA for your platform. (Note that the open source Nouveau drivers shipped by default with many Linux distributions do not support CUDA.) Then install the CUDA Toolkit package.
For CUDA 12, cuda-nvcc and cuda-nvrtc are required:
$ conda install -c conda-forge cuda-nvcc cuda-nvrtc "cuda-version>=12.0" -y For CUDA 11, cudatoolkit is required:
$ conda install -c conda-forge cudatoolkit "cuda-version>=11.2,<12.0" You do not need to install the CUDA SDK from NVIDIA.
scanpy
conda install -c conda-forge scanpy python-igraph leidenalg -y
scVelo
pip install -U scvelo Parts of scVelo (directed PAGA and Louvain modularity) require (optional): pip install igraph louvain Using fast neighbor search via hnswlib further requires (optional): pip install pybind11 hnswlib
tivelo
pip install tivelo
Jupyterlab
To run the tutorials in a notebook locally, please install: conda install jupyterlab -y
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 tivelo-0.0.5.tar.gz.
File metadata
- Download URL: tivelo-0.0.5.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81c6671d21fa2f6837db53294254b46bcc30eca63513cd0c36f17c769055c6b5
|
|
| MD5 |
36cb0858672e1034c4b05654972307e0
|
|
| BLAKE2b-256 |
e88c05be20b1aebf085e1007c348158b2b062fa88800a824283cb6a63b372738
|
File details
Details for the file tivelo-0.0.5-py3-none-any.whl.
File metadata
- Download URL: tivelo-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5383fc522a633c759603ed29079a6a1813eb4c5d19744b6d13982ba679fe2bc
|
|
| MD5 |
4f158bf13d769e1d65c2eb99535419a2
|
|
| BLAKE2b-256 |
f85f4afaa16688d3b8982deffc51015137df24eec9c5d65cb8a6034d76c30953
|