LICENSE
README.md
pyproject.toml
src/scpviz/TrackedDataFrame.py
src/scpviz/__init__.py
src/scpviz/enrichment.py
src/scpviz/setup.py
src/scpviz.egg-info/PKG-INFO
src/scpviz.egg-info/SOURCES.txt
src/scpviz.egg-info/dependency_links.txt
src/scpviz.egg-info/requires.txt
src/scpviz.egg-info/top_level.txt
src/scpviz/pAnnData/__init__.py
src/scpviz/pAnnData/analysis.py
src/scpviz/pAnnData/base.py
src/scpviz/pAnnData/editing.py
src/scpviz/pAnnData/enrichment.py
src/scpviz/pAnnData/filtering.py
src/scpviz/pAnnData/history.py
src/scpviz/pAnnData/identifier.py
src/scpviz/pAnnData/io.py
src/scpviz/pAnnData/metrics.py
src/scpviz/pAnnData/pAnnData.py
src/scpviz/pAnnData/plot.py
src/scpviz/pAnnData/summary.py
src/scpviz/pAnnData/validation.py
src/scpviz/plotting/__init__.py
src/scpviz/plotting/_pca_gsea_data.py
src/scpviz/plotting/abundance.py
src/scpviz/plotting/correlation.py
src/scpviz/plotting/dimreduc.py
src/scpviz/plotting/enrichment.py
src/scpviz/plotting/sets.py
src/scpviz/plotting/style.py
src/scpviz/plotting/volcano.py
src/scpviz/utils/__init__.py
src/scpviz/utils/class_filter.py
src/scpviz/utils/data.py
src/scpviz/utils/formatting.py
src/scpviz/utils/id_maps.py
src/scpviz/utils/stats.py
tests/test_TrackedDataFrame.py
tests/test_pAnnData_analysis.py
tests/test_pAnnData_base.py
tests/test_pAnnData_editing.py
tests/test_pAnnData_enrichment.py
tests/test_pAnnData_filtering.py
tests/test_pAnnData_import.py
tests/test_pAnnData_plot.py
tests/test_pAnnData_summary.py
tests/test_plotting.py
tests/test_utils.py