Skip to contents

Extract the raw trace from a list of fragments objects

Usage

extract_trace_table(fragments_trace_list)

Arguments

fragments_trace_list

a list of fragments objects

Value

A dataframe of the raw trace data. Each row representing a single scan.

Examples

fsa_list <- lapply(cell_line_fsa_list[1], function(x) x$clone())

find_ladders(fsa_list, show_progress_bar = FALSE)

extracted_traces <- extract_trace_table(fsa_list)