map_proteoform | R Documentation |
Add variables for a given proteoform in relation to the protein(s) it maps to. For example, the location of the first and last amino acid where the proteoform matches the protein, percentage of the protein the proteoform covers, and length of the protein.
map_proteoform(x, fst_path, fst_name)
x |
A |
fst_path |
A character string specifying the path to the protein database (.fasta) file. |
fst_name |
A character string containing the name of the .fasta file. |
A data.table
with additional variables containing information
on the sequence in relation to its parent protein. For example, the
location of the first and last amino acid, percent coverage of the parent
protein, and protein length.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.