Labeling features in a sequence from a feature list?
Hello,
I'm just starting out with Biopython. I have a table of DNA sequence features which I want to use to annotate unlabelled genbank sequence files. Is there an easy way to do this, or should I just code up something custom for myself? I feel like someone must have tried this.
Thanks!
• 1,452 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What does your table of features look like? Sequences or co-ordinates etc? You need to show us a sample of what what your input data looks like.
Example feature list:
Feature1 ATTAACCCTCACTAAAGGGA
Feature2 TGTAAAACGACGGCCAGT
Feature3 CAGGAAACAGCTATGACCATG
Feature4 TAATACGACTCACTATAGGG
Feature5 ATTTAGGTGACACTATAG
They are just sequences and I want to find all feature coordinates that may or may not exist in an unlabelled plasmid sequence file.
The cloning software SnapGene has this feature. I can't recall if it's available in the free version, but give it a try.