-
Notifications
You must be signed in to change notification settings - Fork 1
Description
There seems to a be a size limit to the query output. Using the same set of rsIDs, I will receive proper outputs (outputLD.txt, outputInfo.txt) when using an R2 threshold of 0.8, but as I lower the threshold, at a certain point (e.g. 0.3), I receive empty outputs.
This works:
topld_api -thres 0.8 -pop EUR -maf 0.01 -inFile my_rsIDs.txt -outputLD outputLD.txt -outputInfo outputInfo.txt
This does not work:
topld_api -thres 0.3 -pop EUR -maf 0.01 -inFile my_rsIDs.txt -outputLD outputLD.txt -outputInfo outputInfo.txt
If I then use a smaller subset of input SNPs, that same threshold of 0.3 will work correctly. I am using well below the input size limit of 500 SNPs that is noted in the AJHG 2022 paper.
For queries that we expect to return larger outputs (higher # of SNPs or lower R2 thresholds), is the best fix to just perform the queries in small batches?
Thank you for this great tool!