Skip to content

Neo-Panther/RNA-Secondary-Visualizer

Repository files navigation

RNA Secondary Visualizer

This project aims to build a tool to create and visualize secondary structure of RNA from input base sequence.

Dependencies Needed

java and gcc need to be installed on the system. To build the files again, Doxygen and graphviz are also required.

Running the Vizualizer

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;

Opening the Documentation

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.

Code and Algorithm Analysis

The analysis of the algorithms and their code implementations are present in About. Alternatively, open index.html in any web browser.

Releases

No releases published

Packages

No packages published