This function is the R version of RNAplfold from the ViennaRNA package (Tafer et al., 2008). It evaluates accessibility (probability of being unpaired) for a transcript. The VienneRNA package needs to be installed (version 2.0.7 from http://www.tbi.univie.ac.at/~ronny/RNA/vrna2_source.html).
1 | RNAplfoldR(seq.char, L.in = 40, W.in = 80, u.in = 16)
|
seq.char |
a character vector with the nucleotide sequence |
L.in |
allow only pairs (i,j) with j-i <= L.in |
W.in |
average pair probabilities over windows of size W.in. |
u.in |
compute the mean probability that regions of length 1 to u.in are unpaired. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.