extracting the DATA 9,10,11,12 values by index of letter in seq of an AB1 file
I'm trying to extract the values of the all the other nucleotides in specific location on the sequence of that i get from biopython seqIO read
data = SeqIO.read('./N2_em_nhr_100.ab1', "abi")
I tried Slicing and it erases the annotation field.
• 816 views
•
link
0 answers
No answers yet.
Log in to answer this question.
There is not nearly enough information in this question for us to be able to help.
Extract what values?
What do you mean by all other nucleotides in a specific location? Do you have an alignment?
Posting one line of code which just reads a file isn't useful for helping us debug/write code for the problem.