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
Hi, just a minor issue!
I had given a list of 100 SNPs for LDhap function. The output received was Error in data_out2[1, ] : incorrect number of dimensions
Couldn't figure out. So I ran the LDhap.R code from github separately and got the error message from the website "error: Maximum variant list is 30 RS numbers or coordinates".
I believe one more set of outer brackets is required here at line 94 --> if( !(length(snps) > 1) & (length(snps) <=30) ){
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Thank you, Rashmi. I'll fix that. I'm currently in the middle of updating LDhap to include your suggestion from issue #13. The new update will have an option to include genomic coordinates. I'm almost ready to push the updates to Github.
Thanks for your contributions!
Regards,
T
Hi, just a minor issue!
I had given a list of 100 SNPs for LDhap function. The output received was
Error in data_out2[1, ] : incorrect number of dimensions
Couldn't figure out. So I ran the LDhap.R code from github separately and got the error message from the website "error: Maximum variant list is 30 RS numbers or coordinates".
I believe one more set of outer brackets is required here at line 94 -->
if( !(length(snps) > 1) & (length(snps) <=30) ){
Thanks a lot!
The text was updated successfully, but these errors were encountered: