Open Alice9503 opened 1 week ago
Hi, yes can you please provide a test dataset that reproduces this error?
Hi,
I have sent a test dataset for chromosome 22 via email due to file size restrictions. The error occurs consistently with both chromosome 1 and chromosome 22 data, so I believe it is representative of the issue. Please let me know if you need additional information.
Thank you again for your assistance!
I didn't receive anything — could you please resend to f...@b....org?
Thanks for sending the test data. The problem isn't package versions (an environment setup script is available here), but rather an error from the R qvalue package that can occur when too few p-values are available to robustly estimate pi0. The solution is to fix the lambda parameter, using, e.g., --qvalue_lambda 0.85
(this is the threshold we used in GTEx, but you may need to adjust this — if most of the p-values are very small/pi1 is high, 0.5 or lower may work better). You can ignore the "WARNING: scipy.optimize.newton failed to converge" — when these occur an alternative solver is used, and these should disappear in v1.0.10.
Hello TensorQTL team,
I am encountering an error while computing q-values using TensorQTL version 1.0.9 for cis-QTL. I have seen similar issues reported, and the recommendation was to use the latest version, which I am already using. For this test, I am only using data from chromosome 1. Below are the details of my setup and the error:
Setup:
Command Used:
Error Encountered: During the computation of permutations, I receive repeated warnings:
And ultimately, it results in the following error when calculating q-values:
Additional Information:
I have ensured that my phenotype and covariate data do not contain missing values. Genotype data has been quality controlled for missingness at a 10% threshold.
If further information or data subsets are needed for troubleshooting, I can provide them. Any guidance or suggestions to resolve this issue would be greatly appreciated.
Thank you for your help!