powered by
Plot the ladder signal
plot_ladders( fragments_trace_list, n_facet_col = 1, sample_subset = NULL, xlim = NULL, ylim = NULL )
a plot of ladders
A list of fragments_trace objects containing fragment data.
A numeric value indicating the number of columns for faceting in the plot.
A character vector of unique ids for a subset of samples to plot
the x limits of the plot. A numeric vector of length two.
the y limits of the plot. A numeric vector of length two.
fsa_list <- lapply(cell_line_fsa_list[1], function(x) x$clone()) find_ladders(fsa_list, show_progress_bar = FALSE) # Manually inspect the ladders plot_ladders(fsa_list[1])
Run the code above in your browser using DataLab