get_peptide_corr_df {proBatch} | R Documentation |
Transform square correlation matrix into long data frame of correlations
get_peptide_corr_df(peptide_cor, peptide_annotation, protein_col = "ProteinName", feature_id_col = "peptide_group_label")
peptide_cor |
peptide correlation matrix (square) |
peptide_annotation |
df with petpides and their corresponding proteins |
protein_col |
the column name in |
feature_id_col |
column in |
dataframe with peptide correlation coefficients
that are suggested to use for plotting in
plot_peptide_corr_distribution
as plot_param
: