Hi @amaric
Glad that helped! And yes, you could export data the load into R wherever you usually do. But I can let you know that you could also use one of the join tools from the tool panel, or RStudio in Galaxy, or your own script inside a Jupiter notebook in Galaxy. Lots of options for custom data manipulation tasks. The benefit of keeping it all in Galaxy is the data provenance information and the ability to put everything into a simple workflow for the next batch of data – or even this set of data, if you want to just tune a parameter and see how those results compare to the original set. Workflows can be extracted from existing work, too.
How to. → Data Manipulation in Galaxy at GTN Materials Search (query=olympics)
Then, if interested in seeing how extracting a workflow can help, this is my favorite short demonstration. Worth a glance? → Hands-on: Galaxy Basics for everyone / Galaxy Basics for everyone / Introduction to Galaxy Analyses
Finally, for the data formats, I tend to use UCSC as a starting place for any of the “bed” style of data, especially when a tool itself doesn’t go into enough detail.
Starting here. → Genome Browser FAQ
Has a link to the specification, which is think is what you are looking for! → Genome Browser FAQ. If you want fold change values, you may want to have a look at this:https://groups.google.com/g/macs-announcement/c/i9tUydTElrE/m/2UoWdKGvbMoJ → Build Signal Track · macs3-project/MACS Wiki · GitHub
The google group for the tool is great reference! The author answered many of those directly and the discussions are about not only how to “correct errors” but the original scientific rationale behind the algorithm’s parameters/logs/results. → https://groups.google.com/g/macs-announcement. Another example: https://groups.google.com/g/macs-announcement/c/2ARZwLHzI28/m/9zHF_motfl8J
The top of a tool form has the Galaxy wrapper version, then see bottom of the tool form for the underlying tool and dependency versions. Track the Galaxy for usage/reproducibility reasons and the original tool version for understanding how that tool works. This is an older discussion for an example of the types of questions others want to answer that seem similar to yours. https://groups.google.com/g/macs-announcement/c/i9tUydTElrE/m/2UoWdKGvbMoJ. Those changes were layered in to the analysis package, maybe in a different tool, and how these work is captured in the wiki links at the author’s GitHub site and Google group. We have discussion here too but the focus is mostly on the technical usage.
Good questions and now lots of information! Hope this helps and isn’t too overwhelming. 