My best-guess genotypes unfortunately don't work as well as my dosage data for some reason...
I'll check if plink2 can handle dosage data in this way, thanks!
Is there a software package for GWASs that can include an interaction effect (SNP x predictor) in the regression using dosage data?
My best-guess genotypes unfortunately don't work as well as my dosage data for some reason...
I'll check if plink2 can handle dosage data in this way, thanks!
PLINK 2.0 will have proper support for dosage data, but 1.9 cannot since it is limited by the PLINK 1 file format.
SNPTEST may be your best bet for this: https://mathgen.stats.ox.ac.uk/genetics_software/snptest/snptest.html
snptest does not handle SNP interactions.
that version does not handle dosage data in combination with interaction...
Assuming you're using a logistic regression for the underlying statistic, then you could do that in R easily enough. I'd also be very surprised if plink can't do that too.
I have the same problem recently. Just want to ask if PLINK2.0 handled your problem that - - interaction doesn’t run with dosage data. Thanks!
you could also use quicktest http://toby.freeshell.org/software/quicktest.shtml
Log in to answer this question.