Add a column describing the position of the peptide sequence with respect to the protein
add_peptide_positions.RdIdentify the position of the peptide sequence in the protein.
The peptide position is undefined (NA) if:
The peptide sequence has multiple master proteins
The protein does not exist in the proteome fasta
The peptide is repeated in the protein sequence.
The peptide_position_info column details why the peptide positions columns are NA
Usage
add_peptide_positions(
obj,
proteome_fasta,
master_protein_col = "Master.Protein.Accessions",
protein_col_split = "; ",
sequence_col = "Sequence"
)Arguments
- obj
SummarizedExperimentwith PD output at PSM/peptide level- proteome_fasta
characterFilepath for proteome fasta- master_protein_col
characterColumn name for master protein- protein_col_split
characterDelimiter for multiple proteins in master_protein_col- sequence_col
characterColumn name for peptide sequence