fsa_list <- lapply(cell_line_fsa_list["20230413_A08.fsa"], function(x) x$clone())
find_ladders(fsa_list, show_progress_bar = FALSE)
# to create an example, lets brake one of the ladders
brake_ladder_list <- list(
"20230413_A08.fsa" = data.frame(
size = c(35, 50, 75, 100, 139, 150, 160, 200, 250, 300, 340, 350, 400, 450, 490, 500),
scan = c(1544, 1621, 1850, 1912, 2143, 2201, 2261, 2506, 2805, 3135, 3380, 3442, 3760,
4050, 4284, 4332)
)
)
fix_ladders_manual(
fsa_list,
brake_ladder_list
)
plot_ladders(fsa_list)
if (interactive()) {
fix_ladders_interactive(fsa_list)
}
# once you have corrected your ladders in the app,
# export the data for incorporation into the script.
# You can then re-import the data and fix ladders as described in the help details.
Run the code above in your browser using DataLab