No project description provided
Reason this release was yanked:
expired
Project description
To see the example Figures visit Cellestial Webpage.
Cellestial
An Interactive and Highly Customizable Single-Cell & Spatial Plotting Tool over a ggplot-like API.
Name Encuplates: Space (of Spatial), Scatters of Stars, and of course Cells.
Installation
pip install cellestial
Usage
import cellestial as cl
Interactive tooltips of individual data points
umap = cl.umap(data, size=1, axis_type="arrow")
umap
and tooltips can be extended with other features..
Zooming and Paning Options
umap = cl.umap(data, size=1, axis_type="arrow", interactive=True)
Plots are exteremly customizable
umap + scale_color_hue() + ggsize(500,400)
Multi plots are distinct functions
Instead of singular function names (umap), multi-grid plots requires the plural (umaps),providing predictability which guarentees the reproducibility.
Which are valid for all dimensional subsets (expression,pca,umap, tsne).
cl.umaps(
data,
keys=["leiden", "HBD", "NEAT1", "IGKC"],
ncol=2,
size=1,
color_high="red",
) + ggsize(900, 600)
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 cellestial-0.5.0.tar.gz.
File metadata
- Download URL: cellestial-0.5.0.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.12.8 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1cbe20bcc8bee86e0c9d9cad7a0e7d444d245aa3335037ef4c60d0cbc9a4480
|
|
| MD5 |
33839cea3632ceab3ae51bdf7416b999
|
|
| BLAKE2b-256 |
a00b5f96c441f4a210b6b9903c7c0270b80b4dfdc42a41649b10b68a72eb5ece
|
File details
Details for the file cellestial-0.5.0-py3-none-any.whl.
File metadata
- Download URL: cellestial-0.5.0-py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.12.8 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0903427c6d873f2860030767aa66f6af5220727616a07f4581ce66e93f280449
|
|
| MD5 |
f717095d3a52fae7f71e8bafa98fb724
|
|
| BLAKE2b-256 |
c0d30d2e6a094a593f23e6dfa4bb414b112b492be821a8337835327637123fe8
|