Reading ABI chromatogram trace files with IUPAC ambiguous DNA code
1
0
Entering edit mode
8.9 years ago
chrisothal • 0

Using Biopython, is there any way to read ABI/SCF trace files with IUPAC ambiguous DNA codes? The R package sangerseqR has a function makeBaseCalls that sets a cutoff signal/noise ratio and sets a primary and secondary peak calls. I couldn't find out how to do this using SeqIO.

biopython • 2.9k views
ADD COMMENT
0
Entering edit mode
8.9 years ago
Peter 6.0k

ABI files have called bases recorded in them, which is what Biopython's ABI parser (in SeqIO) gives you. It also exposes the raw data which could be used for recalling the bases with a different algorithm.

You might also consider a standalone tool like tracetuner for recalling the bases.

ADD COMMENT

Login before adding your answer.

Traffic: 2104 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6