Closed cindywen96 closed 3 years ago
No, the genotype dosage file can also contain SNPs that are not in the snpsToTest file. They do not have to be in the same order. If you want for example to test the same SNP for multiple genes (or multiple SNPs for the same gene), you can do
Gene snp
Gene1 SNP1
Gene2 SNP1
Gene1 SNP5
Gene1 SNP3
while having only 1 entry for Gene1 in you expression file, and 1 entry for SNP1 in your dosage file.
The columns in the dosage and expression file do have to be in the same order, and that order also has to be the same in the cell counts file.
Thank you! Just to confirm, having or not having SNPs that are not to be tested in the dosage file should not affect the results?
Yes
I have a few questions running Decon-eQTL:
Then in the dosage file, I'll just have the first two lines the same? Thank you!