getClusterSummaries: Calculate weighted summaries for a list of clusters

View source: R/robust_summary.R

getClusterSummariesR Documentation

Calculate weighted summaries for a list of clusters

Description

Calculate weighted summaries for a list of clusters

Usage

getClusterSummaries(
  cluster_input,
  norm,
  norm_parameter,
  weights_mode,
  tolerance,
  max_iter,
  initial_summary,
  weights_penalty,
  weights_penalty_param
)

Arguments

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


Vitek-Lab/SharedPeptidesExplorer documentation built on April 14, 2025, 1:45 p.m.