We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could we have an output when there is no match, something like:
LDmatrix(snps = c("rs496202", "rs11147477", "rsxyz"), pop = "EUR", r2d = "r2", token = LDLINK_TOKEN) # RS_number rs496202 rs11147477 rsxyz # 1 rs496202 1.000 0.202 NA # 2 rs11147477 0.202 1.000 NA # 3 rsxyz NA NA NA
This could also help with #4 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could we have an output when there is no match, something like:
This could also help with #4 .
The text was updated successfully, but these errors were encountered: