Remote Upload

This web-service provides advanced users a facility to upload a file containing marker IDs and p-values to the GWAS Central browser. It works in a similar way to the manual Custom Upload. The uploaded file should be supplied in the same format. Files which have been gzipped files are also accepted by the service.

Base URL

http://gwascentral.org/browser/remote_upload

Parameters available

Parameter Description Optional/Required Allowed values
file URL pointing to the file Required A URL including the http/https/ftp prefix
title A title for the uploaded track Required A string
show_genome Any value specifies you wish to upload and then go straight to the Genome View
Optional 1 to show genome view
t -log p-value significance level
Optional (default ZERO) ZERO, 1 – 10

Example
Upload file, show the genome view with -log p-value signals at least 3.

http://www.gwascentral.org/browser/remote_upload?
file=http://www.gwascentral.org/docs/testfile.txt&
title=gwascentral_test&show_genome=1&t=3