A data frame containing the size data with the columns "unique_id", "size", "signal".
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 size table data frame and converts it into a list of fragments objects. The column names must be "unique_id" (unique sample id), "size" (base pair size), and "signal" (the signal associated with fragment). The dataframe should be long (eg bind rows if the data are separate).