Python Genes Searching Code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Genes Searching Code

I want to write a python code to search for genes in a genome sequence in two reading frames, forward and reverse. The length should be divisible by 3 and the gene must be found between a start and stop codon. I just need a sample code on how I can implement this, since am a newbie in programming.

14th Aug 2018, 3:18 AM
Symon
Symon - avatar
3 Answers
14th Aug 2018, 3:57 AM
David Ashton
David Ashton - avatar
+ 3
Since you're a newbie, I recommend you to learn python first, start the project at least and then ask for help when stuck. here: https://www.sololearn.com/Course/Python/?ref=app
14th Aug 2018, 3:29 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
0
Nomeh, I have some basic lessons in Python. However, I was debating whether I would use Regular expressions or algorithms. Would you be able to give a sketch of what a program would be like so I can take it from there.
14th Aug 2018, 7:57 AM
Symon
Symon - avatar