-
Notifications
You must be signed in to change notification settings - Fork 11
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
Dealing with loci with no SNP #8
Comments
Hi. I wanted to follow up on this also. I am getting an error of Rank of A less than number of loci. Should I just use a different partiion function? |
Getting the same error! Any advice to handle it? |
Hi, in this case, you will need to remove the region in the bed file, and rerun the analysis. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Huwenbo-
@shihuwenbo @huwenboshi I am trying to work this out for the step2, but I am getting error ,
[INFO] Loaded results for 1703 loci from step 1
[INFO] Using 1066727 SNPs with average sample size 8965.0
[INFO] Re-inflate the summary statistics with lambda_gc: 1
[ERROR] Rank of A less than the number of loci. There might be loci with no SNP.
From what is given in the FAQS, I made sure the sumstats file dont have any NA in the SNP column. What can I do to make this run ? Which SNP's from where should be removed? Is the --drop-missing-loci function implemented yet ?
Thanks Huwenbo
The text was updated successfully, but these errors were encountered: