Read fsa file into memory and create fragments_trace object
Usage
read_fsa(files)
Value
A list of fragments_trace objects
Arguments
files
a chr vector of fsa file names. For example, return all the fsa files in a directory with 'list.files("example_directory/", full.names = TRUE, pattern = ".fsa")'.
Details
read_fsa is just a wrapper around seqinr::read.abif() that reads the fsa file into memory and stores it inside a fragments_trace object. That enables you to use the next function find_ladders().