Description Usage Arguments Value Author(s) References
Perform RNA distance calculation based on imported file or input of RNA orginal sequence and alternative sequence. The RNA distance calculation is based on the RNAdistance command line algorithm by Walter Fontana, Ivo L Hofacker, Peter F Stadler. RNA distance calculation is based on -XF parameter, which indicates single alignment among each comparisons. MacOS or Unix user can ignore executable.path, when RNADistance is already installed in the system tools.
1 2 3 4 5 6 | predictDistance_RNADis(
executable.path = "",
name = c(),
struct.ori = c(),
struct.alt = c()
)
|
executable.path |
The path referred to RNADistance executable (.../RNADistance) used by program |
name |
List consisted with name of the RNA sequence in seq |
struct.ori |
List consisted with RNA orginal sequence |
struct.alt |
List consisted with RNA alternative sequence |
Returns a list of RNA distance, ordered according to the input name sequence
Sijie Xu, sijie.xu@mail.utoronto.ca
Lorenz, Ronny and Bernhart, Stephan H. and Höner zu Siederdissen, Christian and Tafer, Hakim and Flamm, Christoph and Stadler, Peter F. and Hofacker, Ivo L. ViennaRNA Package 2.0 Algorithms for Molecular Biology, 6:1 26, 2011, doi:10.1186/1748-7188-6-26 Steipe B., ABC R Project, A Bioinformatics Course: Applied Bioinformatics http://steipe.biochemistry.utoronto.ca/abc/index.php/Bioinformatics_Main_Page
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.