A package for spatial RNA graph data processing and analysis.
Project description
A package that provides easier inferface to GNN models for single-molecule ST data
Pre-requisite packages installation
## Using Conda and pip
conda create -n dev-spatialrna
conda activate dev-spatialrna
conda install python=3.10.0
## torch 2.4.0 cuda version 12.4
pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cu124
## torch_geometric=2.6.1 https://pytorch-geometric.readthedocs.io/en/stable/install/installation.html#installation-via-pypi
pip install torch_geometric==2.6.1
## Additional useful libraries https://pytorch-geometric.readthedocs.io/en/stable/install/installation.html#additional-libraries
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.4.0+cu124.html
## clustering and plotting requires
pip install tqdm \
scipy \
scikit-learn \
pandas \
matplotlib \
opencv-python
Install spatialrna
pip install spatialrna
Documentations
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
spatialrna-0.2.0.tar.gz
(16.9 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
File details
Details for the file spatialrna-0.2.0.tar.gz.
File metadata
- Download URL: spatialrna-0.2.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1568183294bffeb943d21f64bcd1260850782c5bc2757627efbb30a51475c8dc
|
|
| MD5 |
760299cc6f9ccc985cd7444b926fa8ba
|
|
| BLAKE2b-256 |
9b446ef20c080db9a9e6266fc1c493385d54be23ad6aa2e670630bdd59e166c7
|
File details
Details for the file spatialrna-0.2.0-py3-none-any.whl.
File metadata
- Download URL: spatialrna-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a441ef46a7c24472bd60937b642b8f3947fa93e9126ebcabc26a13ca5360ab1
|
|
| MD5 |
3d230bfd9cdeabd7a461cb80c1f22835
|
|
| BLAKE2b-256 |
004c64af2e93ec5b7ea3dc7b18ded6383859fd3600851beec7339ee3fc75b5f5
|