|
Data Files for Download
|
Public Reports via FTP
Database Dumps via FTP
- Database backups are available from our ftp site at: ftp://ftp.informatics.jax.org/pub/database_backups/
- Backups are available for MySQL 5.0.67 and PostgreSQL 9.0.2.
- These backups assume you have a compatible version of MySQL or PostgreSQL installed, that you have created a database, and that you have adequate user permissions to load that database.
- Backups are updated on Fridays between 6:00am and 7:00am EST, so please avoid downloading the files during that time, or your file may not download successfully.
- To load the MySQL backup:
- First, uncompress it: gunzip mgd.mysql.dump.gz
- Then load it: mysql -e "mgd.mysql.dump" databaseName
- To load the PostgreSQL backup:
- Load it: pg_restore -c -d databaseName -j jobCount -O -h host -U user mgd.postgres.dump.Fc
- jobCount should be an integer, representing the number of subprocesses. If you have a multiprocessor machine, using a jobCount between 2 and 4 will likely speed your restore significantly.
Tab Delimited Output from our Web Interface
- User-defined results for gene, SNP, and sequence data are available in tab delimited format.
- You can modify the output format on the query form from Web to Tab-delimited.
- Query Forms with the tab-delimited option available are:
- MGI Batch Query
Download gene/marker data for a batch of IDs or symbols
- Genes and Markers Query Form
Search by symbol, location, gene ontology classification, or phenotype.
- Mouse SNP Query Form
Search for SNPS by strain(s), SNP attributes, genomic position, or associated genes
- Mouse Sequence Query Form
Search for mouse sequences by sequence attributes, sources, and/or properties of associated genes and markers in MGI
- MGI BioMart
Query MGI's mouse genetic, genomic and expression data; compare and integrate results from other databases
FASTA Output from our Web Interface
- The FASTA format is available on reports where sequences are returned for a specific gene or when querying sequences.
- Click on the checkboxes next to each sequence to select it for FASTA download and click GO.
- From a gene detail page, FASTA is available for:
- Representative genomic, transcript, and polypeptide sequences
- All mouse sequences
- Human and rat orthologs
- Mouse, human, and rat protein sequences for superfamily members
- The FASTA format option is available for generating reports on the Mouse Sequence Query Form.
|
|