I am looking to do some fairly specific QC by looking into the signal information of an abi file. I have the data read into R using sangerseqR and can access the S4 data just fine. What I need to know is how I would detect potential SNPs or ambiguous bases that aren't obvious enough to be caught by the rest of my pipeline. Unfortunately, I need to do this programmatically as part of a larger pipeline I built. An example can be seen here. It isn't such a low quality sequence that QC will catch it, nor is it entirely clear that it is a real SNP (indeed, it shouldn't be based on the nature of the data). I don't need to call the SNP or do anything with it other than remove the sequence from my list of candidates, so a simple, binary detection would be fine. Any clues?