Entering edit mode
5.2 years ago
paumarc
▴
20
Hi
I am using the BIOPYTHON library Bio to retrieve sequences from Entrez, I need to know the ending position of 5' UTR and the starting position of 3' UTR. How do I get them?
thank you
p
Are you fetching the records in the Genbank format? If yes then you can parse the features to identify the UTR tags.
Can you tell me any example of how to get or tutorial them? it is driving me mad
thanks
Following code can be modified to check for UTR instead of CDS for example:
See more on the BioPython webpages: http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc130