Skip to content

ncarusso/Bioinformatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bioinformatics

DNA Sequencing script that matches every 3-nucleotide-array, denominated codon, to the corresponding aminoacid. The 6 possible reading frames, according to ORF, are printed in a fasta formated output file.

To run the script you must grant execution permissions to the user by doing

chmod +x Ex1.sh

And then, in order to properly execute it, the messenger DNA file (Genbank or .gb) must be passed as an argument. Following our example, using Tourette syndrome, the execution should be

./Ex1.sh sequence_tourette.gb

It is essential to note that the script is only able to process messenger DNA sequences, which have already been cleaned from noncoding regions, called instrons. Here, only coding regions, or exons, are considered.

Releases

No releases published

Packages

No packages published

Languages