...
/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...
DNA is a sequence of bases, A
, C
, G
, or T
. They are translated into proteins ...