Platform | File |
---|---|
Linux (x86_64) | ftgi_linux.tar.gz (test version) |
Apple Mac (i386, PPC) | ftgi_mac.dmg (test version) |
Microsoft Windows (Win32) | ftgi_win.zip (test version) |
>> ./ftgi -g geno.txt -e exp.txt -a allele.txt -o out.txt >> threshold of MC test's pvalue?: (enter a threshold value, for example 0.001)The command for windows is given by replacing "./ftgi" by "ftgi" in the above.
data type genotype: expression: allele: |
size (rows × columns) n × 2 #SNPs #genes × n #SNPs × 2 |
delimiters white space / tab white space / tab white space / tab |
sample "geno.txt" "exp.txt" "allele.txt" |
1st column: SNP number (0, 1, ..., #SNPs-1) 2nd column: Gene1 number (0, 1, ..., #Genes-2) 3rd column: Gene2 number (1, 2, ..., #Genes-1) 4th column: flag for the prunings* (0, 1, 2) 5th column: log10(p-value) of MC test 6th column: log-likelihood value by LDA 7th column: log10(p-value) of the IT (Interaction Test)* : flag = 0 (pruned by MC test), =1 (not pruned), =2(pruned by LDA).