wrapper.impute.fixedValue {DAPAR} | R Documentation |
MSnSet
objectThis method is a wrapper to
objects of class MSnSet
and imputes missing values with a fixed value.
wrapper.impute.fixedValue(obj, fixVal)
obj |
An object of class |
fixVal |
A float . |
The object obj
which has been imputed
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') wrapper.impute.fixedValue(Exp1_R25_pept[1:1000], 0.001)