forward | R Documentation |
Given a bracket notation for RNA secondary structure and an index of a "(" bracket type the forward function will find the ")" bracket that closes the "(" at the given index.
forward(stc, i)
stc |
a=unlist(strsplit("(((...)))...((..))","")) |
i |
Interger index |
Integer index
JP Bida
backward
a=unlist(strsplit("(((...)))...((..))",""))
ind=forward(a,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.