Description Usage Arguments Value Author(s) References Examples
Perform RNA structural prediction based on fasta file or input of RNA name and sequence. Secondary structure prediction algorithm based on command line program RNAStructure from Mathews Lab, program require current path to the executable, MacOS or Unix based user installed entire package is allowed to omit.
1 2 3 4 5 6 | predictStructure(
executable.path = "",
fasta.file = "",
rna.name = c(),
rna.seq = c()
)
|
executable.path |
The path referred to RNAStructure executable (.../RNAStructure/exe) used by program |
fasta.file |
The file path with mature sequences in fasta format |
rna.name |
List consisted with name of the RNA sequence in seq |
rna.seq |
List consisted with RNA sequence |
Returns a list of dot bracket form, ordered according to the input name sequence
Sijie Xu, sijie.xu@mail.utoronto.ca
Duan, S., Mathews, D.H. and Turner, D.H. (2006). Interpreting oligonucleotide microarray data to determine RNA secondary structure: application to the 3' end of Bombyx mori R2 RNA. Biochemistry, 45:9819-9832.
Wuchty, S., Fontana, W., Hofacker, I.L. and Schuster, P. (1999). Complete suboptimal folding of RNA and the stability of secondary structures. Biopolymers, 49:145-165.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.