Hi,
I am trying to search for SNPs within a region of the NCBIM37 mouse build using biomaRt. I have been able to access the build for the purposes of locating genes with this region using the answer from a previous question on this forum, but can't seem to find the dataset containing SNP information. Is this available? Thank you very much!
Rob
The code I have used to access the build so far is:
ensembl67=useMart(host='may2012.archive.ensembl.org',
biomart='ENSEMBL_MART_ENSEMBL')
ensembl = useDataset("mmusculus_gene_ensembl",mart=ensembl67)
That works great, thanks very much!