Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 align="center">pyXenium</h1>

<p align="center">
nine feature areas for Xenium I/O, multimodal analysis, CCI, pathway topology, contour geometry, GMI inference, mechanostress analysis, and external workflow bridges.
Load, analyze, and interpret 10x Genomics Xenium spatial data in one Python toolkit.
</p>

<p align="center">
Expand All @@ -32,14 +32,10 @@
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/hutaobo/pyXenium/main/docs/_static/figures/pyxenium-nine-feature-overview.png" alt="pyXenium nine-feature overview figure" width="960">
<img src="https://raw.githubusercontent.com/hutaobo/pyXenium/main/docs/_static/figures/pyxenium-nine-feature-overview.svg" alt="pyXenium nine-feature overview figure" width="960">
</p>

<p align="center">
<em>Figure 1. pyXenium summarizes Xenium I/O, multimodal analysis, spatial topology, contour-aware inference, mechanostress analysis, and external workflow bridges in one submission-ready overview.</em>
</p>

pyXenium is a Python toolkit for **10x Genomics Xenium** organized around nine major sections.
pyXenium is organized around nine major sections, each with a canonical entry point:

| Section | Canonical entry | Start here |
| --- | --- | --- |
Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/_static/figures/pyxenium-nine-feature-overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ changelog
</div>
</div>

```{figure} _static/figures/pyxenium-nine-feature-overview.png
```{figure} _static/figures/pyxenium-nine-feature-overview.svg
:alt: pyXenium nine-feature overview figure
:class: pyxenium-overview-image
:figclass: pyxenium-overview-figure
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/nine-feature-overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nine-feature overview

```{figure} ../_static/figures/pyxenium-nine-feature-overview.png
```{figure} ../_static/figures/pyxenium-nine-feature-overview.svg
:alt: pyXenium nine-feature overview figure
:class: pyxenium-overview-image
:figclass: pyxenium-overview-figure
Expand Down
Loading