Entering edit mode
2.6 years ago
edenn
•
0
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.
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.