View source: R/DataProcessing.R
| ListToDataframe | R Documentation |
Transform a list to a dataframe for visualization.
ListToDataframe(l, type)
l |
A list of AUPRCs or AUROCs of different doublet-detection methods on multiple datasets. |
type |
A charactor of "boxplot", "lineplot", "heatmap", "barplot", or "distributed" that refer to different format. |
A dataframe with approriate format for visualization.
result.auprc <- ListToDataframe(auprc.list.all, 'boxplot') result.auroc <- ListToDataframe(auroc.list.all, 'boxplot')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.