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
Make a file (and API endpoint) for each phenotype only including pvals < 1e-6.
Make a single file (and API endpoint) for all phenotypes at once only including pvals < 1e-6. (1e-6 is plenty, because: 0.05 / 1000 traits / 1000 variants = 5e-8)
The text was updated successfully, but these errors were encountered:
paging: URL
/api/region/<phenotype>/chr1-23432-end?max_num_variants=1000
returns{data: [...], next:'/api/region/<phenotype>/chr1-98432-end?max_num_variants=1000'}
.Make a file (and API endpoint) for each phenotype only including pvals < 1e-6.
Make a single file (and API endpoint) for all phenotypes at once only including pvals < 1e-6. (1e-6 is plenty, because: 0.05 / 1000 traits / 1000 variants = 5e-8)
The text was updated successfully, but these errors were encountered: