impRefNA | R Documentation |
Impute NA for references
impRefNA(
df,
cols_ref,
cols_smpl,
refChannels,
group_psm_by = "pep_seq_mod",
sp_centers = NULL,
imp_refs = FALSE,
add_errs = FALSE
)
df |
A data frame. |
cols_ref |
The colume keys of reference IDs. |
cols_smpl |
The column keys of sample IDs. |
refChannels |
The reference channels. |
group_psm_by |
A key for PSM grouping. |
sp_centers |
A vector of log2FC centers for each species. |
imp_refs |
Logical; impute missing references or not. |
add_errs |
Logical; add normal errors or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.