View source: R/krsa_quick_filter.R
krsa_quick_filter | R Documentation |
This function takes in pw data max exposure, modeled pw data, signal threshold, R2 threshold, and samples and groups names (optional) and returns peptides that passed these conditions
krsa_quick_filter(
data,
data2,
signal_threshold,
r2_threshold,
samples = NULL,
groups = NULL
)
data |
pw data max exposure |
data2 |
modeled pw data |
signal_threshold |
signal threshold |
r2_threshold |
R2 threshold |
samples |
sample names |
groups |
group names |
vector of peptides
Other core functions:
krsa()
,
krsa_group_diff()
,
krsa_read()
,
krsa_scaleModel()
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.