The format that the data frame is in (for example, a genemapper peak table). Choose between: genemapper5, generic.
peak_size_col
A character string specifying column name giving the peak size.
peak_signal_col
A character string specifying column name giving the peak signal.
unique_id
A character string specifying column name giving the unique sample id (often the file name).
dye_col
Genemapper specific. A character string specifying column name indicating the dye channel.
dye_channel
Genemapper specific. A character string indicating the channel to extract data from. For example, 6-FAM is often "B".
allele_col
Genemapper specific. A character string specifying column name indicating the called alleles. This is often used when the peaks have been called in genemapper.
min_size_bp
Numeric value indicating the minimum size of the peak table to import.
max_size_bp
Numeric value indicating the maximum size of the peak table to import.
Details
This function takes a peak table data frame (eg. Genemapper output) and converts it into a list of fragment objects.
The function supports different data formats and allows specifying column names for various attributes.