Description Usage Arguments Value Author(s)
View source: R/getFDREstimatePerformance.R
This function can be used to generate a qunatification box plot per run
1 2 3 4 5 6 7 | getFDREstimatePerformance(
data,
p.title = NULL,
true_label = "TP",
global_fdr_label = "ipf_fdr",
local_fdr_label = "ipf_lfdr"
)
|
data |
A data.table containing intensity information |
p.title |
A character to label plot |
true_label |
A character vector indicating the column header name containing true class labels |
global_fdr_label |
A character vector indicating the column header name containing the global fdr estimates |
local_fdr_label |
A chracter vector indicating the column header name containing the local fdr estimates |
A list containg a data.table of the data used to make performance and plot, and a ggplot object of the performance plot
Justin Sing https://github.com/singjc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.