Skip to contents

Add information about connected subcomponents of the peptide-protein graph to quantitative data.

Usage

addClusterMembership(
  quantification_data,
  peptide_protein_graph,
  protein_column = "ProteinName"
)

Arguments

quantification_data

MS data, preferably in `MSstats` or `MSstatsTMT` format.

peptide_protein_graph

graph created by the `createPeptideProteinGraph` function.

protein_column

name of a column with protein names.