Read fsa file
read_fsa.Rd
Read fsa file into memory and create fragments_trace object
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()
.
Examples
fsa_file <- read_fsa(system.file("abif/2_FAC321_0000205983_B02_004.fsa", package = "seqinr"))
plot_data_channels(fsa_file)