A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://jpquast.github.io/protti/articles/../reference/calculate_sequence_coverage.html below:

Protein sequence coverage — calculate_sequence_coverage • protti

Calculate sequence coverage for each identified protein.

calculate_sequence_coverage(data, protein_sequence, peptides)
Arguments
data

a data frame containing at least the protein sequence and the identified peptides as columns.

protein_sequence

a character column in the data data frame that contains protein sequences. Can be obtained by using the function fetch_uniprot()

peptides

a character column in the data data frame that contains the identified peptides.

Value

A new column in the data data frame containing the calculated sequence coverage for each identified protein

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

calculate_sequence_coverage(
  data,
  protein_sequence = protein_sequence,
  peptides = pep_stripped_sequence
)
#>   protein_sequence pep_stripped_sequence coverage
#> 1 abcdefghijklmnop                   abc       50
#> 2 abcdefghijklmnop                 jklmn       50

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4