Learn R Programming

trace (version 0.6.0)

extract_trace_table: Extract traces

Description

Extract the raw trace from a list of fragments objects

Usage

extract_trace_table(fragments_trace_list)

Value

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

Arguments

fragments_trace_list

a list of fragments objects

Examples

Run this code
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