mantispy.pl.replicate_saturation#
- mantispy.pl.replicate_saturation(adata, key='replicate_saturation', ax=None)#
The saturation curve with its spread across draws.
A curve still rising at the right edge means the screen is under-replicated, which informs the design of the next experiment.
- Parameters:
adata (
AnnData) – Object holding the tablereplicate_saturation()wrote.key (
str(default:'replicate_saturation')) – Name of that table inuns["mantispy"].ax (
Axes|None(default:None)) – Axes to draw on, orNonefor a new figure.
- Return type:
- Returns:
The axes drawn on.
- Raises:
KeyError –
uns["mantispy"]holds no table underkey.