View source: R/Visualization.R
| Plot_Lineplot_Distributed | R Documentation |
Plot lineplots of detection accuracy across different batch numbers and methods.
Plot_Lineplot_Distributed(result, data, measurement)
result |
A data frame with approriate format to visualize. |
data |
Name of the dataset to visualize. |
measurement |
"AUPRC" or "AUROC". |
No return values.
Plot_Lineplot_Distributed(result = table.batch, data = 'pbmc-ch', measurement = 'AUPRC')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.