Skip to content

Commit

Permalink
Update data.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jun 7, 2015
1 parent d722c2b commit 1676d50
Showing 1 changed file with 43 additions and 28 deletions.
71 changes: 43 additions & 28 deletions docs/doc/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,49 @@ Data sources
We currently obtain variant annotation data from several data resources and
keep them up-to-date, so that you don't have to do it:

+---------------------+--------------------------+------------------------+
| Source | Update Frequency | Notes |
+=====================+==========================+========================+
| EVS | on new release | evs |
+---------------------+--------------------------+------------------------+
| CADD | on new release | cadd |
+---------------------+--------------------------+------------------------+
| Scripps Wellderly | on new release | wellderly |
| Genome Resource | | |
+---------------------+--------------------------+------------------------+
| dbNSFP | on new release | dbnsfp |
+---------------------+--------------------------+------------------------+
| SNPedia | on new release | snpedia |
+---------------------+--------------------------+------------------------+
| ClinVar | on new release | clinvar |
+---------------------+--------------------------+------------------------+
| DoCM | on new release | docm |
+---------------------+--------------------------+------------------------+
| MutDB | on new release | mutdb |
+---------------------+--------------------------+------------------------+
| COSMIC | on new release | cosmic |
+---------------------+--------------------------+------------------------+
| dbSNP | on new release | dbsnp |
+---------------------+--------------------------+------------------------+
| EmVClass | on new release | emv |
+---------------------+--------------------------+------------------------+
| GWAS SNP | on new release | gwassnp |
+---------------------+--------------------------+------------------------+
.. _dbNSFP: https://sites.google.com/site/jpopgen/dbNSFP
.. _dbSNP: http://www.ncbi.nlm.nih.gov/snp/
.. _ClinVar: http://www.ncbi.nlm.nih.gov/clinvar
.. _EVS : http://evs.gs.washington.edu/EVS/
.. _CADD: http://cadd.gs.washington.edu/
.. _MutDB: http://www.mutdb.org/
.. _GWAS Catalog: http://www.ebi.ac.uk/gwas/
.. _COSMIC: http://cancer.sanger.ac.uk/cancergenome/projects/cosmic/
.. _DOCM: http://docm.genome.wustl.edu/
.. _SNPedia: http://www.snpedia.com
.. _EMVClass: http://geneticslab.emory.edu/emvclass/emvclass.php
.. _Scripps Wellderly: http://www.stsiweb.org/wellderly/

Total variants loaded: **286,219,908**

+-------------------------------+---------------+---------------------------+----------------------------+
| Source | version | # of variants loaded | key name in variant objects|
+===============================+===============+===========================+============================+
| `dbNSFP`_ |v2.9 | 78,045,379 | dbnsfp |
+-------------------------------+---------------+---------------------------+----------------------------+
| `dbSNP`_ |v142 | 110,234,210 |dbsnp |
+-------------------------------+---------------+---------------------------+----------------------------+
| `ClinVar`_ |20150323 |85,789 |clinvar |
+-------------------------------+---------------+---------------------------+----------------------------+
| `EVS`_ | v2 | 1,977,300 | evs |
+-------------------------------+---------------+---------------------------+----------------------------+
| `CADD`_ | v1.2 | 163,690,986 | cadd |
+-------------------------------+---------------+---------------------------+----------------------------+
| `MutDB`_ | \- | 420,221 |mutdb |
+-------------------------------+---------------+---------------------------+----------------------------+
| `GWAS Catalog`_ |from UCSC |15,243 |gwassnps |
+-------------------------------+---------------+---------------------------+----------------------------+
| `COSMIC`_ |v68 from UCSC |1,024,498 |cosmic |
+-------------------------------+---------------+---------------------------+----------------------------+
| `DOCM`_ | \- | 1,119 | docm |
+-------------------------------+---------------+---------------------------+----------------------------+
| `SNPedia`_ | \- | 5,907 | snpedia |
+-------------------------------+---------------+---------------------------+----------------------------+
| `EMVClass`_ | \- | 12,066 |emv |
+-------------------------------+---------------+---------------------------+----------------------------+
| `Scripps Wellderly`_ | \- |21,240,519 | wellderly |
+-------------------------------+---------------+---------------------------+----------------------------+


The most updated information can be accessed `here <http://myvariant.info/v1/metadata>`_.

Expand Down

0 comments on commit 1676d50

Please sign in to comment.