Add the peptide number information to pg_matrix
Source:R/peptide_functions.R
add_peptide_numbers.Rd
Add the peptide number information to pg_matrix
Arguments
- pg_matrix
The report.pg_matrix file
- peptide_numbers
The output from get_nPep_prMatrix
- id_column
The column in pr_matrix that is used to match the peptide_numbers and pg_matrix. Should be identical to the column used in get_nPEP_prMatrix
Examples
peptide_numbers <- get_nPep_prMatrix(report.pr_matrix)
pg_matrix <- add_peptide_numbers(report.pg_matrix, peptide_numbers)