7
|
1
|
|
2
|
4
|
3 This is a wrapper for a set of eQTL analysis tools.
|
|
4
|
|
5 Though, currently only PANAMA is supported.
|
|
6 PANAMA takes in input as :
|
|
7
|
|
8 $panama expression_data.csv snp_data.csv
|
|
9
|
|
10 Where expression_data.csv is a Comma Separated Values file containing the gene expression data
|
|
11 in the following format:
|
|
12
|
|
13 sample1, sample2, ..., sampleN
|
|
14 gene1 value , value , ..., value
|
|
15 gene2 value , value , ..., value
|
|
16 ...
|
|
17 geneN
|
|
18
|
|
19 and snp_data.csv contains the SNP data encoded as [0,1,2] in the following format:
|
|
20
|
|
21 sample1, sample2, ..., sampleN
|
|
22 SNP1 value , value , ..., value
|
|
23 SNP2 value , value , ..., value
|
|
24 ...
|
|
25 SNPQ
|
|
26
|
|
27 Make sure panama is installed and available on your path for all nodes.
|
|
28 Move the test-data files to your galaxy root test-data folder and
|
|
29 create a directory galaxy-central/tools/eqtl_tools and put
|
|
30 the panama_run.py and panama.xml files inside eqtl_tools directory.
|