| prefilter_precision_data | R Documentation |
Filter data
prefilter_precision_data(
x,
type,
acc_cutoff = 0.2,
dev_cutoff = 0.2,
compound_id = NULL
)
## S4 method for signature 'QuantRes'
prefilter_precision_data(
x,
type,
acc_cutoff = 0.2,
dev_cutoff = 0.2,
compound_id = NULL
)
## S4 method for signature 'data.frame'
prefilter_precision_data(x, type, acc_cutoff = 0.2, dev_cutoff = 0.2)
x |
Dataframe or QuantRes Object |
type |
QC, DQC, or Standard |
acc_cutoff |
Accuracy cutoff. 20% by default |
dev_cutoff |
Deviation cutoff. 20% by default |
compound_id |
Compound ID to filter. If NULL, all compounds are considered |
Filtered data
Omar I. Elashkar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.