Atkinson-Lab / Tractor

Scripts for implementing the Tractor pipeline
MIT License
44 stars 5 forks source link

GWAS with genotype x phenotype interaction #12

Closed MrLocuace closed 6 months ago

MrLocuace commented 2 years ago

Hello: I was wondering whether or not it is possible to run a GWAS with genotype x phenotype interaction using TRACTOR and how would this be done. Thank you for your help

JasonTan-code commented 2 years ago

Hi,

Thanks for your interest in Tractor. We currently haven’t built genotype X phenotype interaction yet, since the implementation is not very trivial. Take African American as an example, we may study the interaction of AFR ENV, or EUR ENV, or even AFR EUR ENV. Things can be a bit complicated with interaction terms included. You may need to manually modify the RunTractor.py if you hope to add interaction terms.

Feel free to contact us if you encountered some implementation issues. Taotao