Skip to content

Files for a personal project involving the creation of a Shiny app that performs local alignment of two sequences.

Notifications You must be signed in to change notification settings

mankek/Local-Alignment-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

This holds an R Shiny application in the folder Local_Alignment for generating a local alignment matrix for two user-input DNA sequences and correlating scores to colors (using a heatmap visualization).

Currently, the application is very rudimentary with no input validation and a very dense backend that I will be striving to streamline.

Operation is very simple once the application is cloned locally; simply run it using RStudio or the

R -e shiny::runApp()

command in your console.

The Scripts folder holds R scripts that I used for development of the functionality of the application and for future features.

About

Files for a personal project involving the creation of a Shiny app that performs local alignment of two sequences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages