Skip to content

scPyviewer

xuan13hao edited this page Sep 4, 2026 · 1 revision

Welcome to the scPyviewer Wiki!

scPyviewer is an open-source, lightweight, and high-performance Python-native interactive web viewer for single-cell RNA-seq datasets (.h5ad / AnnData objects).


🚀 Quick Links


🌟 Why scPyviewer?

  • Native AnnData / Python First: No need to export your data to R/Seurat or deal with complex object conversions.
  • Instant Interactive Exploration: Seamlessly query cell clusters, marker genes, and metadata distributions.
  • Collaboration Made Easy: Share interactive dashboards directly with biological collaborators without requiring them to write code.
  • High Performance: Optimized for fast rendering even with large single-cell cohorts.

📌 Citation & Reference

If you use scPyviewer in your research, please cite our pre-print:

Xuan, H., Huang, Y., Bian, J., & Liu, X. (2026). scPyviewer: a Python-native interactive viewer from AnnData single-cell data. bioRxiv, 2026.08.26.747418. https://doi.org/10.64898/2026.08.26.747418

@article{Xuan2026.08.26.747418,
  author    = {Xuan, Hao and Huang, Yu and Bian, Jiang and Liu, Xiangtao},
  title     = {scPyviewer: a Python-native interactive viewer from AnnData single-cell data},
  year      = {2026},
  doi       = {10.64898/2026.08.26.747418},
  publisher = {Cold Spring Harbor Laboratory},
  journal   = {bioRxiv},
  URL       = {[https://www.biorxiv.org/content/early/2026/08/31/2026.08.26.747418](https://www.biorxiv.org/content/early/2026/08/31/2026.08.26.747418)}
}

Clone this wiki locally