Skip to content
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

Return output when rsid do not match as NA #5

Open
zx8754 opened this issue Jun 2, 2020 · 0 comments
Open

Return output when rsid do not match as NA #5

zx8754 opened this issue Jun 2, 2020 · 0 comments

Comments

@zx8754
Copy link

zx8754 commented Jun 2, 2020

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant