Description Usage Arguments Value Author(s)
View source: R/getQuantificationplot.R
This function can be used to generate a qunatification box plot per run
1 2 3 4 5 6 7 8 9 10 11 | getQuantificationplot(
data,
fdr_threshold = 0.05,
scores = "ipf_fdr",
intensities = "ipf_Intensity",
true_peptides = "ipf_TP",
normalzied_relative_intensity = FALSE,
keep.only.TP = TRUE,
p.title = NULL,
dataset = ""
)
|
data |
A data.table containing intensity information |
fdr_threshold |
A numeric vector to add fdr threshold lines to the plot. Default: fdr_threshold = 0.05 |
scores |
A character vector of the data column name scores to filter data on |
intensities |
A character vector inficating the column to use for intentisty information |
true_peptides |
A character vector indicating the column header name containing true class labels |
keep.only.TP |
A logical value indicating to only show intensity information for true positive peptides |
p.title |
A character to label plot |
A a ggplot object
Justin Sing https://github.com/singjc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.