Replace identified positions in protein sequence by "x"
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 vector that contains the protein sequence. |
positions_start |
A vector of start positions of the identified peptides. |
positions_end |
A vector of end positions of the identified peptides. |
A character vector that contains the modified protein sequence with each identified position replaced by "x".
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.