wrapper.mvTypePlot {DAPAR} | R Documentation |
MSnSet
objectThis method plots a scatter plot which represents the distribution of
missing values.
The colors correspond to the different conditions (slot Label in in the
dataset of class MSnSet
).
The x-axis represent the mean of intensity for one condition and one
entity in the dataset (i. e. a protein)
whereas the y-axis count the number of missing values for this entity
and the considered condition.
The data have been jittered for an easier vizualisation.
wrapper.mvTypePlot(obj, ...)
obj |
An object of class |
... |
See |
A scatter plot
Florence Combes, Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) wrapper.mvTypePlot(Exp1_R25_pept)