To run a detailed ssSNPer analysis on a single SNP:

Specify the location of your file containing the test SNP rs# (e.g., "rs1800630snp.txt"):

Specify the location of your HapMap SNP genotype data dump file (e.g., "rs1800630dumpedregion.txt"):

Please be patient, our web server may be busy and depending upon the size of your test region your query may take a few minutes (the example files take ~90 seconds).

#### $mech->get( "http://fraser.qimr.edu.au/general/daleN/ssSNPer/" ); $mech->form_number(1); $mech->field("testSNP"=>"/tmp/hapmap/rs11581638_name.txt"); $mech->field("HapMapData"=>"/tmp/hapmap/rs11581638_data.txt"); my $request=$mech->submit(); my $content=$request->content; print $content;