View source: R/cluster_statistics.R
createPeptideProteinGraph | R Documentation |
Wrapper around 'igraph::graph_from_data_frame'
createPeptideProteinGraph(
quantification_data,
protein_column = "ProteinName",
peptide_column = "PeptideSequence",
by_run = FALSE
)
quantification_data |
MS data, preferably in 'MSstats' or 'MSstatsTMT' format. |
protein_column |
name of a column with protein names. |
peptide_column |
name of a column with peptide sequences. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.