wrapperCalibrationPlot | R Documentation |
MSnSet
object,
calling the cp4p
package functions.This function is a wrapper to the calibration.plot method of the
cp4p
package for use with MSnSet
objects.
wrapperCalibrationPlot(vPVal, pi0Method = "pounds")
vPVal |
A dataframe that contains quantitative data. |
pi0Method |
A vector of the conditions (one condition per sample). |
A plot
Samuel Wieczorek
data(Exp1_R25_prot, package="DAPARdata")
obj <- Exp1_R25_prot[seq_len(100)]
level <- 'protein'
metacell.mask <- match.metacell(GetMetacell(obj), c("Missing POV", "Missing MEC"), level)
indices <- GetIndices_WholeMatrix(metacell.mask, op = ">=", th = 1)
obj <- MetaCellFiltering(obj, indices, cmd = "delete")
qData <- Biobase::exprs(obj$new)
sTab <- Biobase::pData(obj$new)
limma <- limmaCompleteTest(qData, sTab)
wrapperCalibrationPlot(limma$P_Value[, 1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.