Description Usage Arguments Value Author(s) Examples
View source: R/get_residue_position.r
This function makes most sense for mutations that impact a single amino acid such as the missense mutation p.Trp26Cys. For indels and duplications, where many amino acid positions are impacted, the first amino acid, i.e. the lowest index, is taken.
1 | get_residue_position(hgvs)
|
hgvs |
vector of variant protein consequences in HGVS format e.g. p.Trp26Cys or p.A54Y. |
Returns a numeric vector of amino acid positions
Adam Waring - adam.waring@msdtc.ox.ac.uk
1 | get_residue_position("p.Trp26Cys")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.