Sequence Extraction from MSA
I have a MSA of a list of genomes of which few are annotated with gene sequences. The alignment has~ 90%identity. The rest do not have gene annotations but have CDS sequence. I would like to extract the genes based on the start and end sequences of the genes. How do I go about it using biopython? Is there any other software?
• 1,460 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Hi
Could you please provide a sample input and output of the file. It would help to write the code