Mutual Information Support for RNA Secondary Structure ModelsPredicting base interactions in RNA structures from the phylogenetic-significance of mutual information between columns.Overview: What do these programs do?Reference. | ||||||||
Changed: | ||||||||
< < | Compile modified version of rate4site | |||||||
> > | Install a modified version of rate4site | |||||||
The program rate4site is used to infer a phylogenetic tree with per-site substitution rates that generates the observed sequence alignment. In order to properly function on RNA alignments, rate4site required a minor source code modification to deal with gap characters as a separate state. For convenience, I have included this modification on the latest source release for download here.
| ||||||||
Changed: | ||||||||
< < | g++ -Dunix -o rate4site.exe -O3 *.cpp | |||||||
> > | g++ -Dunix -DDOUBLEREP -o rate4site -O3 *.cpp | |||||||
Added: | ||||||||
> > |
Finally, add the new rate4site executable to your $PATH so that the mutual information scripts can employ it.
Install the esl-weight program from InfernalChances are that you already have Infernal installed if you routinely work with RNA alignments. If not, download Infernal, compile, and install according to the included instructions.
infernal-1.0rc5/easel/miniapps/esl-weight . Either move this into a bin directory or add it to your $PATH so that the mutual information scripts can employ it.
| |||||||
Mutual Information Support for RNA Secondary Structure ModelsPredicting base interactions in RNA structures from the phylogenetic-significance of mutual information between columns.Overview: What do these programs do?Reference.Compile modified version of rate4siteThe program rate4site is used to infer a phylogenetic tree with per-site substitution rates that generates the observed sequence alignment. In order to properly function on RNA alignments, rate4site required a minor source code modification to deal with gap characters as a separate state. For convenience, I have included this modification on the latest source release for download here.
|