Skip to content
Chunlei Wu edited this page Apr 27, 2014 · 24 revisions

Welcome to the myvariant.info wiki!

Guideline: JSON documents for variants

{
    "_id": <variant_id>,
    "attr1": <value_1>,
    "attr2": <value_2>
    ...
 }
  • <variant_id> should follow HGVS standard.

  • a real example:

    { '_id': u'chr1:g.35366C>T', 'allele1': u'C', 'allele2': u'T', 'chrom': u'chr1', 'chromEnd': 35367, 'chromStart': 35366, 'func': u'unknown', 'rsid': u'rs71409357', 'snpclass': u'single', 'strand': u'-' }

Resources:

Clone this wiki locally