imputeNA | R Documentation |
imputeNA
imputes NA log2FC
values in protein or peptide data.
Users should avoid call the method directly, but instead use the following
wrappers.
pepImp
is a wrapper of imputeNA
for peptide data with
auto-determination of id
.
prnImp
is a wrapper of imputeNA
for protein data with
auto-determination of id
.
imputeNA(id, overwrite = FALSE, ...)
pepImp(...)
prnImp(...)
id |
Character string; one of |
overwrite |
Logical. If true, overwrite the previous results. The default is FALSE. |
... |
Parameters for |
Peptide_impNA.txt
for peptide data and Protein_impNA.txt
for protein data.
# ===================================
# Peptide NA imputation
# ===================================
pepImp(
m = 3,
maxit = 3,
)
# ===================================
# Protein NA imputation
# ===================================
prnImp(
m = 5,
maxit = 5,
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.