So we get 4 files per sequence back:
.ab1 ← chromatogram I am interested in, as I understand it, it also contain the signal strenth of each base.
.fas ← this is a fasta file?
.scf ← no idea what this is?
.seq ← seems like similar content to .fas
I have used the biosequences.jl to read and do a few things with the .fas file, but I dont think it contains the same signal information per position ( just the processed data, this is the base with the strongest result)
I’m sorry if I’m not completely clear, I’m fairly new to the data output and Julia’s bio packages both at once!
Cheers