reportFusions <- params$fusions
plot_circle(reportFusions)
# with the fusion_to_data_frame function, we can use ldply() from the plyr package to create a data frame of our fusion objects:
dfFusions <- plyr::ldply(reportFusions, fusion_to_data_frame)

# with this data frame, we can use datatable() from the DT package to create an html sortable table:
DT::datatable(dfFusions, filter = 'top')


stianlagstad/chimeraviz documentation built on Dec. 3, 2023, 8:11 p.m.