View source: R/missingValuesImputation_ProteinLevel.R
wrapper.impute.detQuant | R Documentation |
MSnSet
This method is a wrapper of the function 'impute.detQuant()' for objects
of class MSnSet
wrapper.impute.detQuant(obj, qval = 0.025, factor = 1, na.type)
obj |
An instance of class |
qval |
An expression set containing quantitative values of various replicates |
factor |
A scaling factor to multiply the imputation value with |
na.type |
A string which indicates the type of missing values to impute. Available values are: 'NA' (for both POV and MEC), 'POV', 'MEC'. |
An imputed instance of class MSnSet
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10)]
obj.imp.pov <- wrapper.impute.detQuant(obj, na.type = "Missing POV")
obj.imp.mec <- wrapper.impute.detQuant(obj, na.type = "Missing MEC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.