You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, trans interaction analysis should use the following model.
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
can't allocate memory: you tried to allocate 742739225424 bytes. Error code 12 (Cannot allocate memory)
Although I increased the memory to very large, I would like to ask if the trans interaction analysis requires a large amount of memory?
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hello, trans interaction analysis should use the following model.
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
can't allocate memory: you tried to allocate 742739225424 bytes. Error code 12 (Cannot allocate memory)
Although I increased the memory to very large, I would like to ask if the trans interaction analysis requires a large amount of memory?
Thank you in advance
The text was updated successfully, but these errors were encountered: