Tool to find first stop-codon in a given ORF
1
0
Entering edit mode
2.9 years ago
Alexandra • 0

Hello! I have coordinates of start-codons of interest and I would like to find coordinates of first stop-codons in corresponding ORFs. Are there any existing tools or codes for such purpose?

python codon ORF stop R • 611 views
ADD COMMENT
0
Entering edit mode
2.9 years ago

you could run an ORFfinder on it? (Transdecoder, longestORF, getORF, ... )

but I assume the assignment is to implement an ORF finder in python? Start from the start codon, continue along the DNAsequence, get each codon (3-base), proceed until encounter a stopcodon.

ADD COMMENT

Login before adding your answer.

Traffic: 2001 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6