Biomart Snp Download Problem.
Can anyone download this [http://i.imgur.com/ompc0.png] file in its entirety ? I cant seem to get it and the URL does not work--
• 565 views
•
link
1 answer
• 1 views
•
link
Log in to answer this question.
No surprise that the URL does not work. It does not look like an externally-accessible server and it contains a session key specific to the user and time of access. You need to recreate the BioMart query in a fresh session at a recognized server and try again.
closed as no longer relevant, because 1. the URL is not supposed to work that way, and 2. the problem or impossibility of downloading all SNPs from biomart has been covered in the related question.
Please unclose this thread, other people have had trouble with biomart
In addition, people have difficulty obtaining SNPs for mouse strains from biomart, and I would like to direct them to this thread.
It was not possible to obtain large numbers of mouse SNPs from the biomart web interface, If you need large numbers of SNPs you must use the API.
For my case where I wanted the names and locations of SNPs variant between two mouse strains. you can query the biomart API as per the biomart documentation.
This is useful for example if you are trying to find probes on a microarray that maybe be SNP affected between two mouse strains.
This was accomplished "c57bl10j" and "nodltj" (chromosome 1): wget -O resultsnod1.txt 'http://www.biomart.org/biomart/martservice?query=<Query virtualSchemaName="default" formatter="DIFF_TSV" header="0" uniqueRows="0" count="" datasetConfigVersion="0.6" ><Dataset="" name="mmusculus_snp" interface="default" ><Filter="" name="chr_name" value="1"/><Attribute name="refsnp_id"/><Attribute name="chr_name"/><Attribute name="chrom_start"/><Attribute name="c57bl_10j"/><Attribute name="nod_ltj"/></Dataset></Query>'