View source: R/robust_summary.R
getClusterSummaries | R Documentation |
Calculate weighted summaries for a list of clusters
getClusterSummaries(
cluster_input,
norm,
norm_parameter,
weights_mode,
tolerance,
max_iter,
initial_summary,
weights_penalty,
weights_penalty_param
)
cluster_input |
list of protein clusters |
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. |
tolerance |
tolerance to indicate weights convergence |
max_iter |
maximum number of iteration of the procedure |
initial_summary |
"unique", "flat" or "flat unique" |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.