View source: R/extract_functions.R
extract_trace_table | R Documentation |
Extract the raw trace from a list of fragments objects
extract_trace_table(fragments_trace_list)
fragments_trace_list |
a list of fragments objects |
A dataframe of the raw trace data. Each row representing a single scan.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.