comparison README @ 8:168b9ff24bcb default tip

Merge multiple heads.
author Dave Bouvier <dave@bx.psu.edu>
date Mon, 27 Jan 2014 14:07:41 -0500
parents bef89654259a 88a4d4c31bb6
children
comparison
equal deleted inserted replaced
7:bef89654259a 8:168b9ff24bcb
1
2
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.