This project aims to build a tool to create and visualize secondary structure of RNA from input base sequence.
java and gcc need to be installed on the system. To build the files again, Doxygen and graphviz are also required.
After extracting all the files to the same directory, on the terminal run:
> gcc main.c -o a.exe
> ./a.exe <RNA-Seq>
replace <RNA-Seq> with your RNA sequence bases (upper case - A, U, G, C).
Open viz.svg
in any web browser;
After extracting all the files to the same directory, just open Documentation. Alternatively, you can open documentation/html/index.html
file in any web browser.
The analysis of the algorithms and their code implementations are present in About. Alternatively, open index.html
in any web browser.