View source: R/utils_weights.R
getPeptideProteinWeights | R Documentation |
Get PSM-protein weights for summarization with shared peptides
getPeptideProteinWeights(
feature_data,
norm = "p_norm",
norm_parameter = 1,
weights_mode = "contributions",
weights_penalty = FALSE,
weights_penalty_param = 0.1
)
feature_data |
data.table in MSstatsTMT format. See also the Details section |
norm |
"p_norm" or "Huber" |
norm_parameter |
p for norm=="p_norm", M for norm=="Huber" |
weights_mode |
"contributions" for "sum to one" and "non-negative" conditions, "probabilities" for only "non-negative" condition. |
weights_penalty |
if TRUE, weights will be penalized for deviations from equal value for all proteins matching to a given PSM |
weights_penalty_param |
penalty parameter |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.