normalize data using batch.qc
normalized_data_batch_qc(
data = NULL,
batch = NULL,
order = NULL,
qc = NULL,
qc.inj.range = 20,
output.plot = FALSE
)
normalized data.
feature in ms/msms level data
integer vector with length equal to number of injections in xset or csv file or dataframe
integer vector with length equal to number of injections in xset or csv file or dataframe
logical vector with length equal to number of injections in xset or csv file or dataframe
integer: how many injections around each injection are to be scanned for presence of QC samples when using batch.qc normalization? A good rule of thumb is between 1 and 3 times the typical injection span between QC injections. i.e. if you inject QC ever 7 samples, set this to between 7 and 21. smaller values provide more local precision but make normalization sensitive to individual poor outliers (though these are first removed using the boxplot function outlier detection), while wider values provide less local precision in normalization but better stability to individual peak areas.
logical set to TRUE to store plots