Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trans interactions QTL #158

Open
cora97846 opened this issue Sep 25, 2024 · 2 comments
Open

trans interactions QTL #158

cora97846 opened this issue Sep 25, 2024 · 2 comments

Comments

@cora97846
Copy link

Hello,
I would like to ask whether interactions QTL mapping can be used for trans QTL analysis, because I only see --mode cis_nominal. Can I change it to --mode trans for trans interaction analysis?
Thank you in advance

@francois-a
Copy link
Collaborator

Yes, you can add an interaction term with --mode trans using --interaction.

@cora97846
Copy link
Author

Thank you for your answer. Is that what you said?
python3 -m tensorqtl ${plink_prefix_path} ${expression_bed} ${prefix}
--covariates ${covariates_file}
--interaction ${interactions_file}
--best_only
--mode trans
But when I tried to analyze it, I found that the error message kept showing
/var/spool/slurm/d/job485300/slurm_script: line 28: 2678 Killed python3 -m tensorqtl ${plink_prefix_path} ${expression_bed} ${prefix} --covariates ${covariates_file} --interaction ${interactions_file} --best_only --mode trans
slurmstepd: error: Detected 1 oom-kill event(s) in StepId=485300.batch. Some of your processes may have been killed by the cgroup out-of-memory handler.
Although I have increased the memory to 512G, I would like to ask whether trans interaction analysis requires a huge amount of memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants