met.plot_detect | R Documentation |
met.plot_detect
generates density and CumSum plots
of compound intensities with and without missing values.
met.plot_detect(
mSetObj,
plot = TRUE,
imgName = "Plots/DensMissPlot",
format = "pdf",
export = TRUE,
basesize = 10
)
mSetObj |
Input name of the created mSet object, Data container with missing values. |
plot |
(Logical, |
imgName |
(Character) Enter a name for the image file (if |
format |
(Character, |
export |
(Logical, |
basesize |
(Numeric) Font sized used in the plot. |
Density and CumSum plots of intensities of proteins with and without missing values. The plot can be retrieved from within R via print(mSetObj$imgSet$missval_density.plot)
.
(generated by ggplot
).
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from package DEP (https://bioconductor.org/packages/DEP/).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.