Learn R Programming

DAPAR (version 1.4.7)

wrapperCalibrationPlot: Performs a calibration plot on an MSnSet object, calling the cp4p package functions.

Description

This function is a wrapper to the calibration.plot method of the cp4p package for use with MSnSet objects.

Usage

wrapperCalibrationPlot(vPVal, pi0Method = "pounds")

Arguments

vPVal
A dataframe that contains quantitative data.
pi0Method
A vector of the conditions (labels) (one label per sample).

Value

A plot

Examples

Run this code
data(UPSpep25)
condition1 <- '25fmol'
condition2 <- '10fmol'
qData <- Biobase::exprs(UPSpep25)
labels <- Biobase::pData(UPSpep25)[,"Label"]
diffAnaWelch(qData, labels, condition1, condition2)

Run the code above in your browser using DataLab