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

sequence_coverage

Protein sequence coverage


Description

Calculate sequence coverage for each identified protein.

Usage

sequence_coverage(data, protein_sequence, peptides)

Arguments

data

A dataframe containing at least the protein sequence and the identified peptides as columns.

protein_sequence

A column containing protein sequences, can be obtained by using the function fetch_uniprot()

peptides

A column containing the identified peptides.

Value

A new column containing the calculated sequence coverages for each identified protein

Examples

data <- data.frame(
  protein_sequence = c("abcdefghijklmnop", "abcdefghijklmnop"),
  pep_stripped_sequence = c("abc", "jklmn")
)

sequence_coverage(
  data,
  protein_sequence = protein_sequence,
  peptides = pep_stripped_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.