scrnatools.plotting.isoform_qc_plot
- scrnatools.plotting.isoform_qc_plot(adata: AnnData, batch_key: str | None = None)[source]
Plots qc metrics for kallisto isoform data.
- Parameters:
adata (AnnData) – The dataset containing isoform data to plot.
batch_key (str, optional) – An obs column identifying batches to plot separately. Defaults to None.
- Raises:
ValueError – If the batch key provided is not a column in in ‘adata.obs’