mantispy.pl.feature_volcano#
- mantispy.pl.feature_volcano(adata, group, key='effect', label_top=8, ax=None)#
Effect against significance, per feature, for one group.
- Parameters:
adata (
AnnData) – Object holding the tableeffect_size()wrote.group (
str) – Which group of that table to draw.key (
str(default:'effect')) – Name of that table inuns["mantispy"].label_top (
int(default:8)) – How many features to label, taken by absolute effect.ax (
Axes|None(default:None)) – Axes to draw on, orNonefor a new figure.
- Return type:
- Returns:
The axes drawn on.
- Raises:
KeyError – There is no such table, or it holds no such group.