wlm_q2e | R Documentation |
For use after group_by on samples and peptide index
wlm_q2e(
norm_int = NULL,
weight = NULL,
deam_0 = NULL,
deam_1 = NULL,
deam_2 = NULL,
data = NULL,
return_model = FALSE
)
deam_2 |
q2e_vals = peaks %>% filter(n_peaks > 0) %>%
group_by(sample, replicate, pep_number) %>%
summarise(wlm_q2e(norm_int, weight, deam_0, deam_1, deam_2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.