Utilities for preprocessing, integration, and visualization of single-cell and spatial transcriptomics data
Project description
grthub-tools
Utilities for single-cell and spatial transcriptomics workflows built around Scanpy/AnnData.
Installation
pip install grthub-tools
What is included
- Data loading helpers for 10x and Parse Biosciences outputs.
- Preprocessing utilities (QC, filtering, normalization, HVG workflows).
- Integration helpers using Harmony and scVI.
- Plotting helpers for common UMAP and metadata views.
Quick start
from grthub_tools import read_10x_data, preprocess_adata
adata = read_10x_data("/path/to/filtered_feature_bc_matrix")
adata = preprocess_adata(adata, n_top_genes=2000)
Development build with uv
uv build
Built artifacts are written to dist/.
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
grthub_tools-0.1.0.tar.gz
(19.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
File details
Details for the file grthub_tools-0.1.0.tar.gz.
File metadata
- Download URL: grthub_tools-0.1.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cadf808b6c7c73d11596198ba645b10855a595aa6ddd9641182fceccce664d4
|
|
| MD5 |
8f216a298659a2420c4183d38d254ef3
|
|
| BLAKE2b-256 |
57cb9528bbc9ff6a8e37d3a68b50fea6fcdbdbd89475e848b72bc5d0fd40e310
|
File details
Details for the file grthub_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: grthub_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77a4ad3be9bd0ebbadf861fe6315426cbdca68136760de363547d5661424ac10
|
|
| MD5 |
8dcf623e935eb04d552ffc374a6ddec7
|
|
| BLAKE2b-256 |
3edd8aa2ccf1244c2ee0d060c7b3664ce3b4b1b99d25a6b20eb985d8763659f3
|