...
/Project 1: Fun with DNA (REGEX Lookaround)!
Project 1: Fun with DNA (REGEX Lookaround)!
In this project we find Opening reading frame or ORF from DNA sequences with the help of Python regex.
We'll cover the following...
We'll cover the following...
DNA is a sequence of bases, A
, C
, G
, or T
. They are translated into proteins 3-bases where each sequence is called a codon. There is a special start codon ATG
, and ...