molgenis / systemsgenetics

Generic Java genotype reader / writer, QTL mapping software, Strand alignment tool
https://github.com/molgenis/systemsgenetics/wiki
GNU General Public License v3.0
171 stars 100 forks source link

How to select significant cell type eQTL #668

Open zhangpicb opened 11 months ago

zhangpicb commented 11 months ago

Dear @npklein

Thanks for your great tool!

I want to use Decon-qtl to find cell-type eQTL with cibersort results,But I find no significant p-value after B-H correction. Most p-value in results are 1,like README

https://github.com/molgenis/systemsgenetics/blob/a7fc9e2d305a3bec2667b9d16972ac02f5828809/Decon2/README.md?plain=1#L151-L153

How to select significant cell type eQTL?

Thanks in advanced!

npklein commented 11 months ago

Dear @zhangpicb

How many samples did you use? The reason that they are all not significant in the README is because it is a toy example with a very small data set. To identify interactions at least a couple hundred samples are necesarry.

zhangpicb commented 11 months ago

Dear @npklein

Thanks for your quick reply!

The sample number is 93.

zhangpicb commented 11 months ago

I find the method in Decon-qtl is similar to GTEx cell type interaction eQTL .Becuase our lab own GTEx v8 data,without BLUPRINT data.So I replicate https://www.science.org/doi/10.1126/science.aaz8528 Fig5c , But the pvalue is 1.

npklein commented 11 months ago

Our method is quite a bit different from GTEx method. In our paper we show that we trade higher specificity for lower sensitivity, so that could be why it does no replicate.

Alternatively, can also be due to strict pvalue correction? For how many SNP-Gene pairs did you run it? We run it only for top SNPs, so if you ran for all snp gene combinations that could also be the issue

zhangpicb commented 11 months ago

Dear @npklein

Thanks for your quick reply!

I use all snp-gene combinations,around 1500 snp-gene pairs per gene.The SNPs are from gene tss±1Mb. How to select top SNPs for each gene?

Thanks in advanced!

npklein commented 11 months ago

Okay that is not too many tests, in that case I think more samples are necessary