Skip to content

A translator that Translates DNA sequence to Amino Acid sequence and compares it to the original sequence

License

Notifications You must be signed in to change notification settings

SAKET03/Case-Study-DNA-Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Case Study: DNA Translation

In this case study, I had four tasks.

  1. The first task is to manually download DNA and protein sequence data to your computer.
  2. The second task is to import the DNA data into Python.
  3. The third task is to create an algorithm that translates to DNA using the translation table we will provide.
  4. The fourth task, the final task, is to check if your DNA translation matches the protein string you have downloaded.

I would be using the NCBI which is the National Center for Biotechnology Information, and it is United States' main public repository of DNA and related information. I will download two files from the NCBI. The first is a strand of DNA and the second is the corresponding protein sequence of amino acids translated from this DNA.

Link: https://www.ncbi.nlm.nih.gov/nuccore/NM_207618.2

This was a part of HarvardX PH526x Using Python for Research course provided by edx .

About

A translator that Translates DNA sequence to Amino Acid sequence and compares it to the original sequence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published