plotMeanVar {qPLEXanalyzer}R Documentation

Mean variance plot

Description

Computes and plots mean-variance for samples in MSnset

Usage

plotMeanVar(MSnSetObj, title="")

Arguments

MSnSetObj

MSnSet; an object of class MSnSet

title

character: title for the plot

Value

Plot of mean variance.

Examples

data(human_anno)
data(exp3_OHT_ESR1)
MSnSet_data <- convertToMSnset(exp3_OHT_ESR1$intensities_qPLEX1, metadata=exp3_OHT_ESR1$metadata_qPLEX1,
indExpData=c(7:16), Sequences=2, Accessions=6)
plotMeanVar(MSnSet_data, title="Mean_Variance")

[Package qPLEXanalyzer version 1.4.0 Index]