I was looking back through some of the export format documentation we have on the wiki page. This is great for exporting the arc and radial layout diagrams in PNG or SVG, and also the statistics data in text-file format, but I think that we could eventually add support for exporting some additional data that users might find handy for post processing uses. The following are a couple of ideas for data exporting features that are useful:
Arc diagram raw underlying data: The current arc diagram window has a legend of the overlapping pairs (to distinguish between colors) at the top of the window display when 1-3 structures are visualized at once. We can add support for exporting the inclusion/exclusion of pairs between these samples in a raw text format. This would essentially be useful to users that not only want to see the visual display of these comparison items, but also want to have access to that data for later analysis, say in Python or a spreadsheet program.
Statistics window plots -> Images (without taking a screenshot): The statistics window generates a number of bar chart based plots and a ROC plot. It may be useful for users to export this graphical data directly to file without the more cumbersome need for taking a screenshot. Since there are approximately 10 such plots to export, perhaps we can look at exporting these images to a single document in PDF format?
I was looking back through some of the export format documentation we have on the wiki page. This is great for exporting the arc and radial layout diagrams in PNG or SVG, and also the statistics data in text-file format, but I think that we could eventually add support for exporting some additional data that users might find handy for post processing uses. The following are a couple of ideas for data exporting features that are useful: