Table Of Contents

This Page

Ensembl SNP

Load SNP data from a downloaded data file.

Types of data loaded

SNPs

How to download the data

First you will need the variation data from Ensembl, which are available via MySQL databases. Download the Ensembl file from their FTP site:

Example:

Download and unzip the file.

How to load the data into your mine

Add Ensembl snp to the list of datasources to be integrated

<source name="ensembl-snp" type="ensembl-snp">
  <property name="src.data.dir" location="/data/variation/ensembl/current" />
  <property name="ensembl-snp.includes" value="Homo_sapiens_incl_consequences.gvf" />
</source>