Hi,
However, to answer specifically:
-summary.tsv has a list of the type and number of events per detected module, but does not contain specific information about each individual event
-junctions.tsv is basically all of the other event type files pasted together, in that it will contain all of the quantification columns for every junction if you don't care about looking for specific event types
-heatmap.tsv is a (junctions)x(samples) matrix, whereby each
module is represented by 1 and only 1 junction. The purpose of this file
is to allow easy unbiased clustering-style analyses by ensuring you
don't have redundant quantifications. In order to select the one junction per module there are two options to choose:
- Shortest junction (default if input files are only PSI)
- Greatest |dPSI| (default if input files include DPSI or HET)
(note these defaults can be overridden by using the "--heatmap-selection" command line option)
-other.tsv is a list of events which did not match the pattern of _any_ of the other event types that we look for. We don't yet know what to call them!
-I am unsure what you mean by "which voila view command corresponds to these files" , all of these outputs are generated by "$ voila modulize" , with "$voila view" being a completely separate program which shows a webview of the results
Let me know if it helps!
Thanks,
-San