View source: R/parseProteinChange.R
parseProteinChange | R Documentation |
Parse amino_acid_position according to HGVSp_short format.
For example, p.Q16Rfs*28, amino-acid position is 16.
See http://varnomen.hgvs.org/recommendations/protein/ or https://www.hgvs.org/mutnomen/recs-prot.html.
parseProteinChange(protein.change.vec, mutation.class.vec)
protein.change.vec |
a vector of strings with protein change information, usually in HGVSp_short format. |
mutation.class.vec |
a vector of strings with mutation class (or so-called variant classification) information. |
a vector of parsed amino-acid position
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.