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
LDtrait(
snps=snps,
pop = "ALL",
r2d = "r2",
r2d_threshold = 0.1,
win_size = 5e+05,
token = "my token",
file = FALSE,
genome_build = "grch37",
api_root = "https://ldlink.nih.gov/LDlinkRest"),
and it has shown "LDlink server is working...
Error in LDtrait(snps, pop = "EUR", r2d = "r2", r2d_threshold = 0.1, win_size = 5e+05, :
error: Concurrent API requests restricted. Please limit usage to sequential requests only. Contact system administrator if you have issues accessing API: [email protected]"
what should i do to deal with it?
The text was updated successfully, but these errors were encountered:
When I try the example code given above with my SNPs (see below), it works for me with no error message. Is anyone still experiencing this issue? Perhaps it's an intermittent??? If so please let me know and I'll investigate further. Thanks.
LDtrait(
snps=snps,
pop = "ALL",
r2d = "r2",
r2d_threshold = 0.1,
win_size = 5e+05,
token = "my token",
file = FALSE,
genome_build = "grch37",
api_root = "https://ldlink.nih.gov/LDlinkRest"),
and it has shown "LDlink server is working...
Error in LDtrait(snps, pop = "EUR", r2d = "r2", r2d_threshold = 0.1, win_size = 5e+05, :
error: Concurrent API requests restricted. Please limit usage to sequential requests only. Contact system administrator if you have issues accessing API: [email protected]"
what should i do to deal with it?
The text was updated successfully, but these errors were encountered: