View source: R/Visualization.R
| Plot_Lineplot | R Documentation |
Plot a lineplot across different parameters of scRNA-seq data for multiple doublet-detection methods.
Plot_Lineplot(result, type, measurement)
result |
A dataframe with approriate format for visualization. |
type |
A character to show the parameter of scRNA-seq data. |
measurement |
A character to show the measurement of lineplot. |
No return values.
result.auprc <- ListToDataframe(auprc.list.all, type = 'lineplot') result.auroc <- ListToDataframe(auroc.list.all, type = 'lineplot') Plot_Lineplot(result = result.auprc, type = 'Heterogeneity', measurement = 'AUPRC') Plot_Lineplot(result = result.auroc, type = 'Doublet Rate', measurement = 'AUROC')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.