xchrom.pl.plot_percell_aucprc
- xchrom.pl.plot_percell_aucprc(true_matrix: ndarray, pred_matrix: ndarray, out_file: str | Path = './eval_out/percell_aucprc_scatterplot.pdf')[source]
Plot the per-cell auROC and auPRC scatter plot. :param true_matrix: The true label matrix, shape (n_cells, n_peaks). :type true_matrix: np.ndarray :param pred_matrix: The prediction matrix, shape (n_cells, n_peaks). :type pred_matrix: np.ndarray :param out_file: The file to save the plot. :type out_file: Union[str, Path]
- Return type:
None