Filter data
prefilter_precision_data(
x,
type,
acc_cutoff = 0.2,
dev_cutoff = 0.2,
compound_id = NULL
)# S4 method for QuantRes
prefilter_precision_data(
x,
type,
acc_cutoff = 0.2,
dev_cutoff = 0.2,
compound_id = NULL
)
# S4 method for data.frame
prefilter_precision_data(x, type, acc_cutoff = 0.2, dev_cutoff = 0.2)
Filtered data
Dataframe or QuantRes Object
QC, DQC, or Standard
Accuracy cutoff. 20% by default
Deviation cutoff. 20% by default
Compound ID to filter. If NULL, all compounds are considered
Omar I. Elashkar