View source: R/fct_aa_clicked_to_ngl.R
aa_clicked_to_ngl | R Documentation |
Match clicked residues to chain and transform to NGL query
aa_clicked_to_ngl(selected_aa, chainnames, selchain = NULL)
selected_aa |
selected aa in list format |
chainnames |
all chainnames of the sequence |
selchain |
selected chainname |
## Not run:
NGLVieweR_proxy("structure") %>% updateSelection("aa_clicked",
sele = aa_clicked_to_ngl(aa_clicked(), structure_chainname(), selectedChain()))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.