This function parses a FSA/AB1 file using read.fsa, with few adjustments for Sanger sequencing experiments.
read.sanger(file, channelOrder = NULL, guess.threshold = 0.3, processed = NA,
lowess = FALSE, ...)A S3 object of class fsa
Single character value, the name and path of the file to parse.
Character vector, providing 'A', 'C', 'G' and 'T' in the order of the used channels. If NULL, a guess will be attempted based on the called sequence.
Single numeric value, setting the tolerance to use for channel guessing validation. Lower values mean higher chances to get an error for channel guessing failure.
To be passed to read.fsa.
To be passed to read.fsa.
To be passed to read.fsa.
Sylvain Mareschal
read.fsa, read.abif