Fusion Report

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')


Try the chimeraviz package in your browser

Any scripts or data that you put into this service are public.

chimeraviz documentation built on Jan. 19, 2021, 2 a.m.