Created
April 7, 2014 17:31
-
-
Save newgene/10024637 to your computer and use it in GitHub Desktop.
mygene_gene_object_mapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"AnimalQTLdb": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"FLYBASE": { | |
"type": "string", | |
"index_name": "flybase", | |
"analyzer": "string_lowercase", | |
"include_in_all": false | |
}, | |
"HGNC": { | |
"type": "string", | |
"index_name": "hgnc", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"HPRD": { | |
"type": "string", | |
"index_name": "hprd", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"MGI": { | |
"type": "string", | |
"index_name": "mgi", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"MIM": { | |
"type": "string", | |
"index_name": "mim", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"RATMAP": { | |
"type": "string", | |
"index_name": "ratmap", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"RGD": { | |
"type": "string", | |
"index_name": "rgd", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"TAIR": { | |
"type": "string", | |
"index_name": "tair", | |
"analyzer": "string_lowercase", | |
"include_in_all": false | |
}, | |
"Vega": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"WormBase": { | |
"type": "string", | |
"index_name": "wormbase", | |
"analyzer": "string_lowercase", | |
"include_in_all": false | |
}, | |
"Xenbase": { | |
"type": "string", | |
"index_name": "xenbase", | |
"analyzer": "string_lowercase", | |
"include_in_all": false | |
}, | |
"ZFIN": { | |
"type": "string", | |
"index_name": "zfin", | |
"analyzer": "string_lowercase", | |
"include_in_all": false | |
}, | |
"accession": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"genomic": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"protein": { | |
"type": "string", | |
"index_name": "accession", | |
"analyzer": "string_lowercase" | |
}, | |
"rna": { | |
"type": "string", | |
"index_name": "accession", | |
"analyzer": "string_lowercase" | |
} | |
} | |
}, | |
"alias": { | |
"type": "string" | |
}, | |
"ec": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"ensembl": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"gene": { | |
"type": "string", | |
"index_name": "ensemblgene", | |
"analyzer": "string_lowercase" | |
}, | |
"protein": { | |
"type": "string", | |
"index_name": "ensemblprotein", | |
"analyzer": "string_lowercase" | |
}, | |
"transcript": { | |
"type": "string", | |
"index_name": "ensembltranscript", | |
"analyzer": "string_lowercase" | |
} | |
} | |
}, | |
"entrezgene": { | |
"type": "long" | |
}, | |
"exons": { | |
"type": "object", | |
"dynamic": "false", | |
"include_in_all": false | |
}, | |
"generif": { | |
"type": "object", | |
"dynamic": "false", | |
"include_in_all": false | |
}, | |
"genomic_pos": { | |
"type": "nested", | |
"dynamic": "false", | |
"properties": { | |
"chr": { | |
"type": "string" | |
}, | |
"end": { | |
"type": "long" | |
}, | |
"start": { | |
"type": "long" | |
}, | |
"strand": { | |
"type": "byte" | |
} | |
} | |
}, | |
"go": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"BP": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "go", | |
"analyzer": "string_lowercase" | |
}, | |
"term": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"CC": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "go", | |
"analyzer": "string_lowercase" | |
}, | |
"term": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"MF": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "go", | |
"analyzer": "string_lowercase" | |
}, | |
"term": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
} | |
} | |
}, | |
"homologene": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"genes": { | |
"type": "long", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"id": { | |
"type": "long", | |
"index_name": "homologene", | |
"include_in_all": false | |
} | |
} | |
}, | |
"interpro": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"desc": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"id": { | |
"type": "string", | |
"index_name": "interpro", | |
"analyzer": "string_lowercase" | |
}, | |
"short_desc": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"ipi": { | |
"type": "string", | |
"analyzer": "string_lowercase" | |
}, | |
"map_location": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"miRBase": { | |
"type": "string", | |
"index_name": "mirbase", | |
"analyzer": "string_lowercase", | |
"include_in_all": true | |
}, | |
"name": { | |
"type": "string", | |
"boost": 0.8 | |
}, | |
"pdb": { | |
"type": "string", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs" | |
}, | |
"pharmgkb": { | |
"type": "string", | |
"analyzer": "string_lowercase" | |
}, | |
"pir": { | |
"type": "string", | |
"analyzer": "string_lowercase" | |
}, | |
"prosite": { | |
"type": "string", | |
"analyzer": "string_lowercase" | |
}, | |
"reagent": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"CM-LibrX-no-seq": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"CondMedia_CM_LibrAB": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_Qia_hs-genome_v1_siRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-GPCR_IDT-siRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-ORFeome1_1_reads": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-Origene": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-druggable_lenti-shRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-druggable_plasmid-shRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-druggable_siRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-oncomine_IDT-siRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs-pkinase_IDT-siRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs_LentiORF-HA-MYC": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_hs_LentiORF-Jred": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_mm+hs-MGC": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_mm+hs_RetroCDNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_mm-GIPZ_shRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_mm-TLR_lenti_shRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_mm-kinase_lenti-shRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"GNF_mm-kinase_plasmid-shRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"IDT_27mer_hs_ATPase_siRNAs": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"Invitrogen_IVTHSSIPKv2": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"MasterSecretomicsList": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"NIBRI_hs-Secretome_pDEST": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"NOVART_hs-genome_siRNA": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"Qiagen_mouse_QMIHSINHIBv1": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
}, | |
"Qiagen_mouse_QMIHSMIMv1": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"id": { | |
"type": "string", | |
"index_name": "reagent", | |
"analyzer": "string_lowercase" | |
}, | |
"relationship": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
} | |
} | |
} | |
} | |
}, | |
"refseq": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"genomic": { | |
"type": "string", | |
"index": "no", | |
"include_in_all": false | |
}, | |
"protein": { | |
"type": "string", | |
"index_name": "refseq", | |
"analyzer": "string_lowercase" | |
}, | |
"rna": { | |
"type": "string", | |
"index_name": "refseq", | |
"analyzer": "string_lowercase" | |
} | |
} | |
}, | |
"reporter": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"GNF1H": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"GNF1M": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"HG-U133_Plus_2": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"HG-U95Av2": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"HG-U95B": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"MG-U74Av2": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"MG-U74Bv2": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"Mouse430_2": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"RG-U34A": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"RG-U34B": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"Rat230_2": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
}, | |
"snowball": { | |
"type": "string", | |
"index_name": "reporter", | |
"analyzer": "string_lowercase" | |
} | |
} | |
}, | |
"retired": { | |
"type": "long" | |
}, | |
"summary": { | |
"type": "string", | |
"boost": 0.5 | |
}, | |
"symbol": { | |
"type": "string", | |
"boost": 5, | |
"analyzer": "string_lowercase" | |
}, | |
"taxid": { | |
"type": "integer", | |
"include_in_all": false | |
}, | |
"type_of_gene": { | |
"type": "string", | |
"index": "not_analyzed", | |
"norms": { | |
"enabled": false | |
}, | |
"index_options": "docs", | |
"include_in_all": false | |
}, | |
"unigene": { | |
"type": "string", | |
"analyzer": "string_lowercase" | |
}, | |
"uniprot": { | |
"dynamic": "false", | |
"path": "just_name", | |
"properties": { | |
"Swiss-Prot": { | |
"type": "string", | |
"index_name": "uniprot", | |
"analyzer": "string_lowercase" | |
}, | |
"TrEMBL": { | |
"type": "string", | |
"index_name": "uniprot", | |
"analyzer": "string_lowercase" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment