Skip to content

Shiny App to get the complement of a DNA sequence.

Notifications You must be signed in to change notification settings

Cons727/DNA_Complement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNA Complement App

Shiny web app to get the complement of a DNA sequence. This application only accepts valid DNA characters (A,T,C,G, and N as missing nucleotide).

How to run

  1. Clone this repository.
  2. Build image with Docker.
docker build -t dna_complement:latest .
  1. Run image with port 3838.
docker run -p 8080:3838 dna_complement:latest
  1. Open your web browser and go to http://localhost:8080/
  2. Run an example: Copy and paste the DNA sequence of the human insulin in FASTA format into the input text box, and click the button.

About

Shiny App to get the complement of a DNA sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published