View source: R/extract_functions.R
extract_ladder_summary | R Documentation |
Extract a table summarizing the ladder models
extract_ladder_summary(fragments_trace_list, sort = FALSE)
fragments_trace_list |
a list of fragments trace objects |
sort |
A logical statement for if the samples should be ordered by average ladder R-squared. |
The ladder peaks are assigned using a custom algorithm that maximizes the fit of detected ladder peaks and given base-pair sizes. This function summarizes the R-squared values of these individual correlations.
a dataframe of ladder quality information
fsa_list <- lapply(cell_line_fsa_list, function(x) x$clone())
find_ladders(fsa_list, show_progress_bar = FALSE)
extract_ladder_summary(fsa_list, sort = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.