met.plot_missval | R Documentation |
met.plot_missval
generates a heatmap of compounds
with missing values to discover whether values are missing at random or not.
met.plot_missval(
mSetObj,
plot = TRUE,
imgName = "Plots/MissValPlot",
format = "pdf",
export = TRUE,
fontsize = 12
)
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, |
fontsize |
(Numeric) Font sized used in the plot. |
The input mSet object with added heatmap indicating whether values are missing (0) or not (1). The plot can be retrieved from within R via ComplexHeatmap::draw(mSetObj$imgSet$missval_heatmap.plot)
(generated by Heatmap
).
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.