Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

find_peptide

Find peptide location


Description

The position of the given peptide sequence is searched within the given protein sequence. In addition the last amino acid of the peptide and the amino acid right before are reported.

Usage

find_peptide(data, protein_sequence, peptide_sequence)

Arguments

data

A data frame containing at least the protein and peptide sequence.

protein_sequence

The name of the column containing the protein sequence.

peptide_sequence

The name of the column containing the peptide sequence.

Value

A data frame that contains the input data and four additional columns with start and end position, the last amino acid and the amino acid before.

Examples

data <- data.frame(protein_sequence = c("abcdefg"), peptide_sequence = c("cde"))
find_peptide(data, protein_sequence, peptide_sequence)

protti

Bottom-Up Proteomics and LiP-MS Quality Control and Data Analysis Tools

v0.1.1
MIT + file LICENSE
Authors
Jan-Philipp Quast [aut, cre], Dina Schuster [aut], ETH Zurich [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.