0
|
1 Each of these files describes the interface for one of the tools in Galaxy:
|
|
2
|
|
3 * fingerprint.xml - Create Pathway Fingerprint
|
|
4 * distance.xml - Calculate Distance to Consensus
|
|
5 * similar-experiments.xml - Find Similar Experiments in GEO
|
|
6 * histogram.xml - Generate a Histogram
|
|
7 * heatmap.xml - Generate a Heatmap
|
|
8
|
|
9 Each interface calls a corresponding R file that performs the actions:
|
|
10
|
|
11 * fingerprint.r
|
|
12 * distance.r
|
|
13 * similar-experiments.r
|
|
14 * histogram.r
|
|
15 * heatmap.r
|
|
16
|
|
17 Shared fuctions are kept in this file:
|
|
18
|
|
19 * galaxy-pathprint.r
|
|
20
|
|
21
|