I have read/consulted these two threads here, the ABI file format document, the BioPython project, the R project, the BioConductor project and have searched extensively on the Internet, but I am not able to find an answer or explanation for what I would like to do.
<del>I would like to know how to interpret trace data from an ABI/AB1 trace file and how to plot this data. Ideally, I'd like to plot it on a web-page (in some format that allows for scrolling of course, but I haven't thought that much about this yet), but first I need to understand the trace data itself and how to plot it with Python and/or R.</del>
Edit: I have managed to extract the raw point data from chromatogram files. What approach should I take to plot curves like the trace-viewing programs do (FinchTV, Chromas, etc.) ? After much searching, I've found this and this. Are these the right approach or do I need a spline function?
I had read to the bottom of those threads many times. The answer you linked to was only posted yesterday :) Thanks for the link though; I'll look through the details referred to.
Yes - I noticed that, hence I thought it was worth posting as a reply ;)
An HTML widget would not allow the user to change the scale and scroll across the entire trace image though? I could maybe just insert an image of the abi file. abiview exports the trace as an image but the quality is not good and it exports it as several image files. Running it with parameters to use only one window yields the entire trace in one image, but of the same width as one of the pieces, so that the entire trace is squashed into 800 horizontal pixels. BioLign will export the entire trace as an image, but is Win32 and cannot be run as part of a pipeline.
I see my question in the comment above is similar to this: Please Suggest Some Command-Line Tools For Displaying Abi Trace File On Windows Os, Just Like Abiview.
No I imagine to do something like that you would need to write a parser that creates an SVG output rather than just displaying (for instance) the output of ABIview