View source: R/replace_identified_by_x.R
replace_identified_by_x | R Documentation |
Helper function for the calculation of sequence coverage, replaces identified positions with an "x" within the protein sequence.
replace_identified_by_x(sequence, positions_start, positions_end)
sequence |
a character value that contains the protein sequence. |
positions_start |
a numeric vector of start positions of the identified peptides. |
positions_end |
a numeric vector of end positions of the identified peptides. |
A character vector that contains the modified protein sequence with each identified position replaced by "x".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.