powered by
Extract the raw trace from a list of fragments objects
extract_trace_table(fragments_trace_list)
A dataframe of the raw trace data. Each row representing a single scan.
a list of fragments objects
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)
Run the code above in your browser using DataLab