RNA folding kinetics for aligned RNAs
RNAliHiKinetics needs RNAliHelices and RNAliHipath whose installation is described below. Additional dependencies are:
compile time:
- C++ compiler (for example GCC g++)
- C compiler (for example GCC)
- GNU make >= 3.81
compile time and runtime:
- Boost Libraries (>1.58): program_options, date_time
- LAPACK
RNAliHiKinetics depends on RNAliHeliCes and RNAliHiPath (https://github.com/Ibvt/RNAliHeliCes), which can be installed as follows:
git clone https://github.com/Ibvt/RNAliHeliCes
./configure CFLAGS="-fno-stack-protector" CPPFLAGS="-std=c++98" CXXFLAGS="-std=c++98 -fno-stack-protector"
make
sudo make install
Next is to clone and install RNAliHiKinetics and to install treekin_hi from the Treekin-0.3.1_hi subdirectory
git clone https://github.com/Ibvt/RNAliHiKinetics
cd RNAliHiKinetics/Treekin-0.3.1_hi
./configure
make
sudo make install
Note: RNAliHeliCes expects the input alignment in ClustalW (aln) format. To convert the format of your alignment please go to http://www.ibi.vu.nl/programs/convertalignwww/.
Taking RF00500 as an example alignment, we can run the program as follows,
RNAliHeliCes RF00500/RF00500_seed.aln -k100 -x0 > RF00500/RF00500_seed.res
./1_generate_kin.rb RF00500
./2_generate_ssfile.rb RF00500
./3_generate_hipath.pl RF00500
./4_hipath_generate_dat_plt.rb RF00500
cd RF00500;
gnuplot RF00500_seed.kin.plt;
display RF00500_seed.kin.png;
#(optional) cd ..; ./ShowTree -f RF00500/RF00500_seed.tree.dat
[1] Huang J, Voß B. Simulation of Folding Kinetics for Aligned RNAs. Genes (Basel). 2021 Feb 26;12(3):347. doi: 10.3390/genes12030347. PMID: 33652983.