Skip to content

API Reference

Overview

Function Description Pipeline Step
score_gene_sets Score gene sets per cell via pyUCell Step 1
blend_to_rgb Multiplicative blend to RGB (2–3 sets) Step 2
reduce_to_rgb Dimensionality reduction to RGB (2+ sets) Step 2
plot_embedding Static matplotlib scatter plot Step 3
plot_embedding_interactive Interactive Plotly scatter plot Step 3
render_legend Draw color-space legend on axes Optional
register_reducer Register a custom reduction method Extensibility
get_component_labels Get axis labels for a reduction method Utility

Module Layout

All public functions are available directly from the top-level multiscoresplot namespace:

import multiscoresplot as msp

msp.score_gene_sets(...)
msp.blend_to_rgb(...)
msp.reduce_to_rgb(...)
msp.plot_embedding(...)