Description Usage Arguments Value Examples
View source: R/Structstrings-LoopIndexList.R
With loop indeces base pairing information can be represented by giving each base pair a number and increasing/decreasing it with each opened/closed base pair. This information can be used for further analysis of the represented structure.
1 |
... |
the |
a LoopIndexList
object.
1 2 3 4 | # if the object is create manually make sure it is a valid structure
# information. Otherwise an error is thrown.
lil <- LoopIndexList(list(c(1L,2L,3L,3L,3L,2L,1L,0L,5L,6L,6L,5L),
c(1L,2L,2L,2L,2L,2L,1L,0L,5L,6L,6L,5L)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.